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