This commit is contained in:
2019-01-02 04:30:59 +01:00
commit 0007f25cf6
6 changed files with 128 additions and 0 deletions

9
templates/main.html Normal file
View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>{% block title %}Wer bin ich{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>