www_mycelium/templates/index.html
sasha-astiadi 0176ba951a new web
2024-05-03 22:15:09 +02:00

9 lines
249 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<!-- home page template, has a banner and rows of page summaries -->
<div class="">
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}