htmx-playground/templates/notes.html

13 lines
226 B
HTML
Raw Normal View History

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