dating-website/src/templates/index.html

6 lines
85 B
HTML
Raw Normal View History

2026-03-03 19:05:11 +00:00
{% extends "page.html" %}
{% block content %}
2026-03-04 18:50:24 +00:00
<h2>Main Page</h2>
2026-03-03 19:05:11 +00:00
{% endblock %}