3 lines
124 B
HTML
3 lines
124 B
HTML
{% extends "base.html" %} {% block content %}
|
|
<h1 class="title">This is my blog made with Zola.</h1>
|
|
{% endblock content %}
|