{% if 'jinja2.ext.i18n' not in JINJA_ENVIRONMENT.extensions and 'jinja2.ext.i18n' not in JINJA_EXTENSIONS %} {%- macro _(msg) -%} {{ msg % kwargs }} {%- endmacro -%} {% endif %} {% if page in hidden_pages %} {% else %} {% endif %} {% if USE_GOOGLE_FONTS != False %} {% endif %} {% if USE_LESS %} {% else %} {% endif %} {# DARK THEME STYLES #} {% if THEME_COLOR == "dark" or THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE %} {% endif %} {# PYGMENTS STYLES #} {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE or THEME_COLOR == "dark" %} {% endif %} {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or not THEME_COLOR or THEME_COLOR == "light" %} {% endif %} {% if PLUGINS and 'tipue_search' in PLUGINS %} {% endif %} {% if CUSTOM_CSS %} {% endif %} {% include "partial/icon.html" %} {% include "partial/color.html" %} {% include "partial/feed.html" %} {% include "partial/ga.html" %} {% include "partial/ggst.html" %} {% if not PLUGINS or 'seo' not in PLUGINS %} {% if REL_CANONICAL %} {% if page %} {% elif article %} {% elif page_name == 'index' and not articles_previous_page %} {% elif author or category or tag or page_name == 'index' %} {% else %} {% endif %} {% endif %} {% endif %} {% block meta %} {% include "partial/og.html" %} {% endblock %} {{ SITENAME }}{% block title %}{% endblock %} {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.page_level_ads %} {% endif %} {% include "partial/gtm.html" %} {% include "partial/clarity.html" %} {% include "partial/gtm_noscript.html" %} {% include "partial/sidebar.html" %}
{% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.main_menu %} {% endif %} {% include "partial/nav.html" %} {% block content %} {% endblock %} {% include "partial/footer.html" %}
{% include "partial/jsonld.html" %} {% include "partial/guages.html" %} {% include "partial/addthis.html" %} {% include "partial/matomo.html" %} {% include 'partial/github.html' %} {% include 'partial/stork.html' %} {% block additional_js %}{% endblock %}