mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
8 lines
187 B
HTML
8 lines
187 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
This is my blog made with Zola.
|
|
</h1>
|
|
<p>Click <a href="/blog/">here</a> to see my posts.</p>
|
|
{% endblock content %}
|