htmx-playground/templates/tut.html

9 lines
195 B
HTML

{% extends "base.html" %} {% block title %}{{title}}{% endblock %} {% block
content %}
<nav>
<small>
<a href="/tuts"><~ back</a>
</small>
</nav>
{{content}} {% endblock content%}