Files
www_threefold_io/templates/index.html
2025-05-28 15:11:54 +03:00

12 lines
175 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<div>
{% set page = get_page(path="home/index.md") %}
{{page.content | safe}}
</div>
{% endblock content %}