{% macro facebook_like(url) %} {% if site.facebook_app_id %}
{% endif %} {% endmacro %} {% block head %} {{ settings.SITE_NAME }}: {% block title %}{{ site.title }}{% endblock title %} {% if settings.GOOGLE_SITE_VERIFICATION %} {% endif %} {% if settings.GOOGLE_ANALYTICS_ACCOUNT %} {% endif %} {% endblock head %} {{ site.header_injection|safe }} {% if site.facebook_app_id %}
{% endif %}
{% if site.title_banner %}
{{ site.title }}
{% endif %}
{% block messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endblock messages %}
{% block headers %} {% endblock headers %}
{% block years %} {% if years %}

{% for y in years %} {% if y == year %} {{ y }} {% else %} {{ y }} {% endif %} {% endfor %}

{% endif %} {% endblock years %}
{% block info %} {% if info %}

{% for item in info %} {{ item.field }}: {{ item.value }}
{% endfor %}

{% endif %} {% endblock info %}
{% block content %} Work in progress... {% endblock content %}
{% block bottom_menu %} {% endblock bottom_menu %}
{% if settings.COOKIES_ALERT_ENABLED == 'True' %} {% endif %} {% if settings.PIWIK_URL %} {% endif %} {{ site.footer_injection|safe }}