{% if 'jinja2.ext.i18n' not in JINJA_ENVIRONMENT.extensions and 'jinja2.ext.i18n' not in JINJA_EXTENSIONS %} {% macro _(msg) %} {{ msg % kwargs }} {% endmacro %} {% endif %} {% block head %} {% block meta %} {% endblock %} {% if CLAIM_GOOGLE %} {% include 'includes/claim_google.html' with context %} {% endif %} {% if CLAIM_BING %} {% include 'includes/claim_bing.html' with context %} {% endif %} {% block title %} {{ SITETITLE }} {% endblock title %} {% if page in hidden_pages %} {% else %} {% endif %} {% 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 %} {% if article and article.toc == 'show' %} {% endif %} {% if page_name == 'search' %} {% endif %} {% if GOOGLE_ANALYTICS %} {% include "include/ga.html" %} {% endif %} {% if GOOGLE_SITE_TAG %} {% include "include/gtag.html" %} {% endif %} {% if GOOGLE_TAG_MANAGER %} {% include "include/gtm.html" %} {% endif %} {% if GOOGLE_ADSENSE %} {% endif %} {% if HEAP_ANALYTICS %} {% include "include/ha.html" %} {% endif %} {% if PIWIK_SITE_ID and PIWIK_URL %} {% include "include/piwik.html" %} {% endif %} {% if MATOMO_SITENAME %} {% include "include/matomo.html" %} {% endif %} {% endblock head %} {% if GOOGLE_TAG_MANAGER %} {% include "include/gtm_noscript.html" %} {% endif %}
{% block page %}
{% block header %}{% endblock header %}
{% block main %}
{% block add_this %} {% if ADD_THIS_ID and (page_name or page or article) %}
{% endif %} {% endblock add_this %} {% block content %} {% endblock content %}
{% endblock main %}
{% endblock page %}
{% if article and article.toc == 'show' %} {% endif %} {% if page_name == 'search' %} {% endif %} {% if ADD_THIS_ID and (page_name or page or article) %} {% endif %} {% block jsonld %} {% if article %} {% include "include/jsonld_article.html" %} {% else %} {% include "include/jsonld.html" %} {% endif %} {% endblock jsonld %} {% block disqus_count %} {% endblock disqus_count %}