www_tf_demo/templates/layouts/ourpass.html
2024-06-21 12:35:41 +02:00

17 lines
321 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="about/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/ourpass.html" %}
{% include "partials/quote.html" %}
{% endblock content %}