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
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 %}