This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
staxman-old/templates/hello.html
2023-11-18 14:29:19 +01:00

3 lines
75 B
HTML

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