staxman-old/templates/hello.html
2023-11-18 14:29:19 +01:00

4 lines
75 B
HTML

{% extends "base.html" %} {% block content %}
<main></main>
{% endblock %}