{% extends "webgateway/base/base_header.html" %} {% comment %} {% endcomment %} {% block title %} Extends "webgateway/base/base_header.html" {% endblock %} {% block link %} {{ block.super }} {% endblock %} {% block middle_header_left %} {% endblock %} {% block middle_header_right %}
block 'middle_header_right'
{% endblock %} {% block content %}

block 'content'

This page extends "webgateway/base/base_header.html" and makes the following changes:

The links in the header take you to other pages that also extend webgateway/base/base_header OR extend this one, showing other options for customising things.

{% endblock %}