{% 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 body %}{{ block.super }}{% endblock body %} {% endblock custom_body %} {% endcomment %} {% block custom_body %}