{% extends 'base.html' %} {% block title %}Site customization{% endblock %} {% block extrahead %} {% load static %} {% endblock %} {% block content %}

Customization

You can customize portions of {{ site_title }} to suit your organization's needs.

{% include customization.template %}
{% endblock %}