aboutsummaryrefslogtreecommitdiff
path: root/zola-static/templates/main-page.html
blob: 8226656c82fcafe91343680c05c5c689400dc1d6 (plain)
1
2
3
4
5
{% extends "base.html" %}

{% block content %}
{{ page.content | safe }}
{% endblock content %}