kiez-en-francais/themes/portio/assets/bootstrap-4.5.2/site/_layouts/default.html

23 lines
400 B
HTML
Raw Normal View History

2022-06-22 21:28:26 +02:00
<!doctype html>
<html lang="en">
<head>
{% include header.html %}
</head>
<body>
{% include skippy.html %}
{% include docs-navbar.html %}
{% if page.layout == "simple" %}
{{ content }}
{% else %}
<main id="content" role="main">
{{ content }}
</main>
{% endif %}
{% include footer.html %}
{% include scripts.html %}
</body>
</html>