blob: 560c000df1f8e3d64700214cb1c922d1c414ba46 (
plain)
1
2
3
4
5
6
7
8
|
{% extends "base.html" %}
{% block content %}
<h1 class="title">
This is a blog made with Zola.
</h1>
<p><a href="{{ get_url(path='@/posts/_index.md') }}">Posts</a>.</p>
{% endblock content %}
|