{% extends "index.html" %} {% block title %} extended title {% endblock %} {% block header %}

This extended twice nice, very nice!

{% cache 5 timer_here %} {% now %} {% endcache %} {% endblock header %} {% block content %}

Power of inheritance

{{ block.super | wordwrap 50 | linebreaks }}
{% endblock content %}