blow/templates/index.html
Thomas Chartron 3cdc0b6387 update
2021-11-04 19:45:17 +01:00

8 lines
187 B
HTML

{% extends "layout.html" %}
{% block content %}
<h1 class="title">
This is my blog made with Zola.
</h1>
<p>Click <a href="/blog/">here</a> to see my posts.</p>
{% endblock content %}