care-squad/templates/index.html
2025-07-11 03:11:29 +02:00

9 lines
153 B
HTML

{% extends "base.html" %}
{% block content %}
<main>
<article>
{{- section.content | safe -}}
</article>
</main>
{% endblock content %}