FloriCore/member/templates/master.html

13 lines
147 B
HTML
Raw Normal View History

2025-05-13 07:40:15 +02:00
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
</head>
<body>
{% block content %}
{% endblock %}
</body>
</html>