Skip to content

make html

jiyinyiyong edited this page Sep 1, 2021 · 1 revision

make-html

Generate HTML from virtual DOM:

make-html (div $ {})
; "<div></div>"

This feature makes Respo a simple template engine. <html>, <head> and <body> are supported, so it's capable of rendering the entry HTML file.

Clone this wiki locally