7 lines
89 B
HTML
Raw Normal View History

2022-12-30 22:38:51 +01:00
{% extends "base.html" %}
{% block content %}
<h1>Homepage</h1>
{% endblock content %}