aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 795d85a9219f16bb9b35f9d09e5b3cca64cb3f28 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

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