blog/templates/index.html

8 lines
201 B
HTML
Raw Normal View History

2025-12-23 22:27:51 +01:00
{% extends "base.html" %}
{% block content %}
<h1 class="title">
This is my blog made with Zola.
</h1>
<p><a href="{{ get_url(path='@/articles/_index.md') }}">Posts</a>.</p>
2025-12-23 22:27:51 +01:00
{% endblock content %}