homepage/src/_layouts/default.html

23 lines
376 B
HTML

<!DOCTYPE html>
<html lang="en" prefix="foaf: http://xmlns.com/foaf/0.1/"><head><script defer src="/assets/app.bundle.js"></script></head>
{% include head.html %}
<body>
{% if page.navigation %}
{% include navigation.html %}
{% endif %}
<main>
<!-- <div class="container"> -->
{{ content }}
<!-- </div> -->
</main>
{% include footer.html %}
</body>
</html>