nixfox-reborn/templates/index.html
2025-06-30 19:43:00 -04:00

7 lines
129 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
This is my blog made with Zola.
</h1>
{% endblock content %}