2024-08-17 12:53:20 +00:00
|
|
|
{% extends "_default/base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<!-- mycelium.md page template, has a banner and rows of page summaries -->
|
|
|
|
|
2024-08-17 13:58:13 +00:00
|
|
|
|
2024-08-17 12:53:20 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
{% set page = get_page(path="about/index.md") %}
|
|
|
|
{{page.content | safe}}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2024-08-17 13:58:13 +00:00
|
|
|
{% include "partials/about1.html" %}
|
|
|
|
{% include "partials/about2.html" %}
|
|
|
|
{% include "partials/about3.html" %}
|
|
|
|
{% include "partials/about4.html" %}
|
2024-08-17 12:53:20 +00:00
|
|
|
|
|
|
|
{% endblock content %}
|