| title | make-html | ||
|---|---|---|---|
| scope | module | ||
| kind | reference | ||
| category | reference | ||
| aliases |
|
||
| entry_for |
|
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.