{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% 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 %} {% endblock head %}
{% assets filters="pyscss,cssmin", output="css/common.min.css", "css/common.scss" %}
{% endassets %} {% if LOCAL_SCSS %} {% assets filters="pyscss,cssmin", output="css/style.min.css", "css/style.scss" %}
{% endassets %} {% endif %} {% block extra_head %} {% endblock extra_head %}
{{ SITENAME }}
{{ SITESUBTITLE }}
{% for title, link in MENUITEMS_START %}
{{ title }}
{% endfor %} {% if DISPLAY_PAGES_ON_MENU %} {% for p in pages %} {% if p.menu %}
{{ p.menu_title or p.title }}
{% endif %} {% endfor %} {% else %} {% if DISPLAY_CATEGORIES_ON_MENU %} {% for cat, null in categories %}
{{ cat }}
{% endfor %} {% endif %} {% endif %} {% for title, link in MENUITEMS_END %}
{{ title }}
{% endfor %}
{% block precontent %} {% endblock %}
{% block content_title %} {% endblock %} {% block content %} {% endblock %}
{% if GOOGLE_ANALYTICS_ID %} {% endif %}