www_ourworld_tf/templates/layouts/presskit.html
sasha-astiadi 7737d6fb16
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run
add presskit
2025-04-11 18:24:08 +02:00

14 lines
299 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/press_content.html" %}
{% include "partials/quote.html" %}
{% endblock content %}