{% block head_title %}{% block title %}{% endblock %} ({% block head_site_title %}Ditto{% endblock %}){% endblock %}
{% block bootstrap_css %}
{% endblock %}
{% block head_extra %}
{# Use this if you need to more to the of every page. #}
{% endblock %}
{% block navbar %}
{% endblock navbar %}
{% block footer %}
{# Use this if you need to add a visible footer to every page. #}
{% endblock %}
{% block jquery_js %}
{% endblock %}
{% block bootstrap_js %}
{% endblock %}
{% block foot_extra %}
{# Use this if you need to add JS etc to the foot of the page. #}
{% endblock %}