add people

This commit is contained in:
sasha-astiadi
2024-06-19 17:46:49 +02:00
parent 6a6628d23d
commit dea5b6c3e2
45 changed files with 684 additions and 45 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="ventures/hero/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/ventures/hero.html" %}
{% endblock content %}