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

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 %}