2024-08-17 14:18:44 +00:00
|
|
|
{% 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" %}
|
2024-08-18 15:42:12 +00:00
|
|
|
{% include "partials/technology3.html" %}
|
|
|
|
{% include "partials/technology4.html" %}
|
2024-08-17 14:18:44 +00:00
|
|
|
|
|
|
|
{% endblock content %}
|