{% if SITE_VERIFICATION %}
{% endif %}
{% block title %}{{ SITENAME }}{% endblock %}
{% include 'analytics.html' %} {% if TAG_MANAGER %} {% endif %}
{% assets filters="less,yui_css", output="css/main.%(version)s.css", "css/main.less" %}
{% endassets %} {% if GOOGLE_ADSENSE_CLIENT %} {% endif %} {% for extra_path in EXTRA_PATH_METADATA.values() %} {% if extra_path.get('path', '').endswith('.css') %}
{% endif %} {% endfor %} {% block tags %} {% endblock %} {% if TAG_MANAGER %}
{% endif %}
{{ SITENAME }}
{% for title, link in MENUITEMS|reverse %}
{{ title }}
{% endfor %} {% if DISPLAY_CATEGORIES_ON_MENU %} {% for cat, null in categories|reverse %}
{{ cat }}
{% endfor %} {% endif %}
{% block content %} {% endblock %}
{% include 'adsense.html' %} {% include 'disqus_script.html' %}