mark2web/example/templates/index.html

12 lines
247 B
HTML
Raw Normal View History

2019-02-12 12:52:46 +01:00
<html>
2019-02-12 19:36:11 +01:00
{{> meta.html }}
2019-02-12 15:28:22 +01:00
<body style="margin: 0; padding: 2;">
2019-02-12 19:36:11 +01:00
{{> header.html }}
2019-02-12 13:05:26 +01:00
2019-02-12 20:41:31 +01:00
<div style="padding: 20px; background-color: white;">
2019-02-12 15:28:22 +01:00
{{{ Body }}}
</div>
2019-02-12 19:36:11 +01:00
{{> footer.html }}
2019-02-12 12:52:46 +01:00
</body>
</html>