momangen/_layouts/default.html
Set Hallstrom f72e544d5e formatting
2019-05-21 16:26:06 +02:00

22 lines
No EOL
249 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>