www_ourworld_tf/templates/layouts/geomind.html
sasha-astiadi ad50118352
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run
add geomind venture page
2025-07-03 19:13:55 +02:00

16 lines
305 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="ventures/geomind/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/ventures/geomind.html" %}
{% endblock content %}