website-zola/templates/homepage.html
2024-09-11 21:22:13 +02:00

6 lines
130 B
HTML

{% extends "base.html" %}
{% block main_content %}
{{ post_macros::home_page(section=section) }}
{% endblock main_content %}