2018-07-09 22:46:35 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2018-07-11 22:06:06 +02:00
|
|
|
<title>{{ setupname }}</title>
|
2018-07-09 22:46:35 +02:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
color: #f0f0f0;
|
|
|
|
background: #000000;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2018-07-11 22:06:06 +02:00
|
|
|
<h1>{{ setupname }}</h1>
|
2018-07-09 22:46:35 +02:00
|
|
|
{% block main %}
|
|
|
|
{% endblock %}
|
|
|
|
</body>
|
|
|
|
</html>
|