1
ewpratten.com/templates/section.html

8 lines
84 B
HTML

{% extends "base.html" %}
{% block content %}
{{super()}}
{% endblock content %}