Skip to content

make html

jiyinyiyong edited this page Mar 21, 2020 · 2 revisions

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