grimoire/example/layout.templ.html
2025-01-05 23:13:57 +01:00

9 lines
No EOL
149 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>