homepage/default.html

20 lines
265 B
HTML
Raw Permalink Normal View History

2023-03-16 07:54:45 +00:00
<!DOCTYPE html>
<html lang="en" prefix="foaf: http://xmlns.com/foaf/0.1/">
<head>
{% include head.html %}
</head>
<body>
{% if page.navigation %}
{% include navigation.html %}
{% endif %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>