Here goes something

This commit is contained in:
Juno Takano 2025-09-03 22:19:25 -03:00
commit dab293cdd5
6 changed files with 59 additions and 0 deletions

9
templates/poema.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ page.title }}
</h1>
<p class="subtitle"><strong>{{ page.date }}</strong></p>
{{ page.content | safe }}
{% endblock content %}