care-squad/templates/page.html

7 lines
123 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>{{ page.title }}</h2>
{{ page.content | safe }}
{% endblock content %}