staxman-old/templates/hello.html

4 lines
75 B
HTML
Raw Normal View History

2023-11-18 13:29:19 +00:00
{% extends "base.html" %} {% block content %}
<main></main>
{% endblock %}