8 lines
No EOL
197 B
HTML
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 %} |