This repository has been archived on 2025-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
www_ourworld_archived/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 %}