add technology section

This commit is contained in:
2024-08-17 16:18:44 +02:00
parent bed2f668a9
commit 02e345cb37
8 changed files with 115 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- mycelium.md page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="technology/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/technology1.html" %}
{% include "partials/technology2.html" %}
{% endblock content %}