htmx-playground/templates/tut.html

9 lines
191 B
HTML

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