mark2web/example/templates/index.html
Sebastian Frank 39769a89c0
css in assets
2019-02-13 12:21:20 +01:00

12 lines
181 B
HTML

<html>
{{> meta.html }}
<body>
{{> header.html }}
<div id="content">
{{{ Body }}}
</div>
{{> footer.html }}
</body>
</html>