Files
www_threefold_io/templates/layouts/why.html
2025-06-02 15:17:01 +03:00

11 lines
173 B
HTML

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