htmx-playground/templates/tut.html

9 lines
195 B
HTML
Raw Normal View History

{% extends "base.html" %} {% block title %}{{title}}{% endblock %} {% block
content %}
<nav>
<small>
2024-03-26 14:33:47 +00:00
<a href="/tuts"><~ back</a>
</small>
</nav>
{{content}} {% endblock content%}