bookiza
Version:
The book reification framework for the web
19 lines (18 loc) • 467 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta property="bkz-version" content="1.0.1">
{{{ templateHeadContent }}}
{{{ headContent }}}
<style>
{{{ templateStyleContent }}}
{{{ styleContent }}}
</style>
</head>
<body>
{{{ bodyContent }}}
<script> ((document, undefined) => { {{{ scriptContent }}} })(document)</script>
<script> ((document, undefined) => { {{{ templateScriptContent }}} })(document)</script>
</body>
</html>