{% extends 'wrapper.html' %} {% block body %}
{% include 'header.html' %} {% include 'content.html' %} {% include 'footer.html' %}
{% endblock %}