UNPKG

467 BHTMLView Raw
1<!doctype html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta property="bkz-version" content="1.0.1">
6 {{{ templateHeadContent }}}
7 {{{ headContent }}}
8 <style>
9 {{{ templateStyleContent }}}
10 {{{ styleContent }}}
11 </style>
12</head>
13<body>
14 {{{ bodyContent }}}
15 <script> ((document, undefined) => { {{{ scriptContent }}} })(document)</script>
16 <script> ((document, undefined) => { {{{ templateScriptContent }}} })(document)</script>
17</body>
18</html>