momangen/_layouts/default.html
2019-06-17 17:04:15 +00:00

22 lines
No EOL
291 B
HTML

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