add ourpass

This commit is contained in:
sasha-astiadi
2024-06-21 12:35:41 +02:00
parent f5fa5d79c4
commit d504efa17f
19 changed files with 106 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{% 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 %}