{% extends 'base.html' %} {% block title %}HELLO THIS TEMPLATE OVERRIDES THINGS{% endblock %} {% block main %}
{{ compound.brief }}
{% endif %}But not all, the base.html is taken from the fallback.
{% if compound.description %} {{ compound.description }} {% endif %} {% endblock %}