grimoire/example/layout.templ.html

9 lines
149 B
HTML
Raw Normal View History

2025-01-05 22:13:57 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
{% block content %}{% endblock %}
</body>
</html>