incand/templates/index.html
2025-09-03 22:19:25 -03:00

12 lines
181 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
Incandescência
</h1>
<nav>
<ul>
<li><a href="/poesia">Poesia</a></li>
</ul>
</nav>
{% endblock content %}