add media kit
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run

This commit is contained in:
2025-04-08 15:28:31 +02:00
parent acef2e8fef
commit 6d3636a90f
28 changed files with 121 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{% 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 %}