website/templates/index.html
2024-11-07 21:51:28 -07:00

8 lines
No EOL
197 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
This is my blog made with Zola.
</h1>
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
{% endblock content %}