add echo renderer

This commit is contained in:
Nicholas Jitkoff 2022-06-15 07:49:29 -07:00
parent 98ae7c842f
commit 3240c53174

2
docs/render/echo.js Normal file
View file

@ -0,0 +1,2 @@
console.log("params",params)
document.body.appendChild(document.createTextNode(params.body))