{# -*- engine: jinja2 -*- #} {% block head %} {# Doc: for old IE ... #} {% block title %}{{ SITENAME }}{% endblock title %} {% block meta_tags %} {# Doc: https://support.google.com/webmasters/answer/79812?hl=fr #} {# #} {# #} {% endblock meta_tags %} {% block opengraph %} {# #} {# #} {# #} {% endblock opengraph %} {% block twitter_card %} {# Doc: https://dev.twitter.com/cards/types/summary-large-image #} {% endblock twitter_card %} {% if FEED_ALL_ATOM %} {% endif %} {% if FEED_ALL_RSS %} {% endif %} {% if FEED_ATOM %} {% endif %} {% if FEED_RSS %} {% endif %} {% if CATEGORY_FEED_ATOM and category %} {% endif %} {% if CATEGORY_FEED_RSS and category %} {% endif %} {% if TAG_FEED_ATOM and tag %} {% endif %} {% if TAG_FEED_RSS and tag %} {% endif %} {# -> Extra head customisation #}{% block extrahead %}{% endblock %} {# FIXME #} {#% include "includes/third-parties/cookieconsent.html" %#} {% endblock head %} {# {% include "includes/third-parties/analytics.html" %} #} {# FIXME #} {# {% include "includes/third-parties/piwik.html" %} #} {# -> Body Content #}{% block extend_root %}{% endblock %} {# #} {# -> Extra Foot #}{% block extrafoot %}{% endblock %} {% block outdated_browser %} {% endblock %}