2018-10-09 23:47:51 +02:00
|
|
|
<!-- template-maintenance.njk -->
|
2017-10-02 00:02:06 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="de">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
|
|
{% block head %}
|
2018-10-09 23:47:51 +02:00
|
|
|
{% include "demo/partials/head-meta.njk" %}
|
2017-10-02 00:02:06 +02:00
|
|
|
|
|
|
|
|
<link rel="icon" href="./favicon.ico" type="image/vnd.microsoft.icon">
|
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
|
2018-05-08 23:00:46 +02:00
|
|
|
|
2017-10-02 00:02:06 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
</head>
|
|
|
|
|
|
2018-04-30 19:09:17 +02:00
|
|
|
<body id="{{ pageId }}" class="{{ pageClass }}">
|
2018-08-20 22:42:46 +02:00
|
|
|
{% block body_content %}{% endblock %}
|
2017-10-02 00:02:06 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|