blob: e772f95c04e1397f2e576ceac574628d6d65b37f [file] [log] [blame]
{% block head %}
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ article.title }} - {{SITENAME}}</title>
{% include "styles.html" %}
</head>
<body class="d-flex flex-column h-100">
<main class="flex-shrink-0">
{% include "menu.html" %}
{% include "breadcrumbs.html" %}
{% include "generic.html" %}
{% include "footer.html" %}
</main>
</body>
</html>
{% endblock %}