mirror of
https://github.com/sigmasternchen/grimoire
synced 2025-03-14 23:58:54 +00:00
9 lines
No EOL
149 B
HTML
9 lines
No EOL
149 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{% block title %}{% endblock %}</title>
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html> |