momangen/_layouts/default.html
2019-05-19 00:44:23 +02:00

24 lines
No EOL
251 B
HTML

<!DOCTYPE html>
<html>
<head>
{% include metahead.html %}
</head>
<body>
{% include hero.html %}
<!-- <div id="navigation"> </div> -->
<div id="content">
{{ content }}
</div>
<div id="footer">
{% include footer.html %}
</div>
</body>
</html>