htmx-playground/templates/tuts.html

13 lines
240 B
HTML
Raw Normal View History

2024-03-25 02:26:32 +00:00
{% extends "base.html" %} {% block title %}Micro Tuts{% endblock %} {% block
content %}
<nav>
<small>
<a href="/"><~ back</a>
</small>
</nav>
<h1>Notes</h1>
2024-03-26 04:30:17 +00:00
<p>Here all my Micro Tuts</p>
{{tuts_list}}
2024-03-25 02:26:32 +00:00
{% endblock content%}