blow/templates/index.html

9 lines
187 B
HTML
Raw Normal View History

2021-11-03 19:55:59 +00:00
{% extends "layout.html" %}
2021-11-04 18:45:17 +00:00
{% 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 %}