{% extends "pages/base.html" %} {% block extra_head %} {{ block.super }} {# Add your own stylesheets below before the endblock extra_head #} {% endblock extra_head %} {% comment %} {# in your default.html, be sure to wrap the the block body with custom_body like below #} {% block custom_body %} {% block content %}{{ block.super }}{% endblock content %} {% endblock custom_body %} {% endcomment %} {% block custom_body %} {# TODO: check custom_body block #}