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