website-zola/templates/homepage.html

6 lines
130 B
HTML
Raw Normal View History

2024-09-11 21:22:13 +02:00
{% extends "base.html" %}
{% block main_content %}
{{ post_macros::home_page(section=section) }}
{% endblock main_content %}