www_ourworld_tf/templates/layouts/presskit.html
2025-04-11 17:23:11 +02:00

13 lines
255 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<div>
{% set page = get_page(path="presskit/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/press_hero.html" %}
{% include "partials/quote.html" %}
{% endblock content %}