Files
asta-inventarsystem/inventorysystem/templates/base.html
2022-10-03 19:21:59 +02:00

9 lines
152 B
HTML

<html>
<head>
<title>{% block title %}AStA-Inventarsystem{% endblock %}</title>
</head>
<body>
{% block content %}{% endblock %}
</body
</html>