{# Import the theme's layout. #}
{% extends "!layout.html" %}
{# Adds Google Analytics events on button click. #}
{%- block analytics %}
{{ super() }}
{%- endblock %}
{%- block extrahead %}
{{ super() }}
{% endblock %}
{%- block relbar2 %}
{% include "relbar2.html" %}
{%- endblock %}