{% extends 'base.html' %} {% block title %}HELLO THIS TEMPLATE OVERRIDES THINGS{% endblock %} {% block main %}

HELLO THIS TEMPLATE OVERRIDES THINGS

{% if compound.brief %}

{{ compound.brief }}

{% endif %}

But not all, the base.html is taken from the fallback.

{% if compound.description %} {{ compound.description }} {% endif %} {% endblock %}