mirror of
https://github.com/getzola/zola
synced 2025-03-04 23:17:13 +00:00
6 lines
101 B
HTML
6 lines
101 B
HTML
|
{% extends "index.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
{{ page.content | safe }}
|
||
|
{% endblock content %}
|