We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
<html>
<head>
<body>