2017-10-02 00:02:06 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="de">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
|
|
|
|
|
{% block head %}
|
|
|
|
|
<title>{% block title %}{% endblock %}</title>
|
|
|
|
|
|
|
|
|
|
<meta name="author" content="Interaktionsweise">
|
2018-04-30 19:09:17 +02:00
|
|
|
<meta name="description" content="hippie http status">
|
2017-10-02 00:02:06 +02:00
|
|
|
<meta name="generator" content="Notepad++, Atom">
|
|
|
|
|
<meta name="robots" content="noindex">
|
|
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge;chrome=1" />
|
|
|
|
|
|
|
|
|
|
<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
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="all" href="../../css/maintenance.css"/>
|
2017-10-02 00:02:06 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
</head>
|
|
|
|
|
|
2018-04-30 19:09:17 +02:00
|
|
|
<body id="{{ pageId }}" class="{{ pageClass }}">
|
2017-10-02 00:02:06 +02:00
|
|
|
<div id="root">
|
|
|
|
|
{% block body_content %}{% endblock %}
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|