htmx-playground/templates/tuts.html

12 lines
229 B
HTML

{% extends "base.html" %} {% block title %}Micro Tuts{% endblock %} {% block
content %}
<nav>
<small>
<a href="/"><~ back</a>
</small>
</nav>
<h1>Notes</h1>
<p>Here all my Micro Tuts go</p>
{% endblock content%}