www_tf_demo/templates/layouts/hero.html
2024-11-14 04:37:19 +01:00

17 lines
345 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/hero/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/ventures/hero.html" %}
{% include "partials/ventures/logos2.html" %}
{% endblock content %}