10 lines
248 B
HTML
10 lines
248 B
HTML
<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>
|