{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% if FAVICON %}
{% endif %}
{% if THEME_COLOUR == 1 %}
{% elif THEME_COLOUR == 0 %}
{% else %}
{% endif %}
{% if TRACKING == True %} {% include 'include/trackingcode.html' %} {% endif %} {% endblock head %}
{{ page.title }}
{% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }}
{% for name, link in LINKS %}
{{ name }}
{% endfor %}
{% if SOCIAL_MASTODON %}
{% endif %} {% if SOCIAL_FLICKR %}
Flickr
{% endif %} {% if SOCIAL_GITHUB %}
{% endif %} {% if SOCIAL_LINKEDIN %}
LinkedIn
{% endif %} {% if SOCIAL_YOUTUBE %}
{% endif %} {% if CONTACT_EMAIL %}
{% endif %}
{% if IMAGETRACKINGCODE %} {{ IMAGETRACKINGCODE }} {% endif %}