mirror of
https://github.com/getzola/zola
synced 2024-11-14 16:17:12 +00:00
6 lines
101 B
HTML
6 lines
101 B
HTML
|
{% extends "index.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
{{ page.content | safe }}
|
||
|
{% endblock content %}
|