care-squad/templates/index.html

9 lines
153 B
HTML

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