Files
mjwilson.org/templates/index.html
2025-06-23 12:37:34 -04:00

9 lines
196 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 %}