www_ourworld_tf/templates/layouts/mediakit.html
sasha-astiadi 6d3636a90f
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run
add media kit
2025-04-08 15:28:31 +02:00

16 lines
326 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="mediakit/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/media_hero.html" %}
{% include "partials/quote.html" %}
{% endblock content %}