{% macro ephemeral_nav_link(what, where, selected=False) -%}
  • {{what}}
  • {%- endmacro -%} {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} {# favicon #} {% 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 %} {% assets filters="cssmin", output="css/main.min.css", "css/main.css" %} {% endassets%} {% assets filters="cssmin", output="css/pygments.min.css", "css/pygments.css" %} {% endassets%} {% if DARK_LIGHT_SWITCHING_OFF == False %} {% endif %} {% include 'analytics.html' %} {% endblock head %} {% block extrahead %} {% endblock extrahead %} {% if DISPLAY_HEADER or DISPLAY_HEADER is not defined %}

    {{ SITENAME }}

    {% if SITESUBTITLE %}

    {{ SITESUBTITLE }}

    {% endif %}
    {% if DISPLAY_MENU or DISPLAY_MENU is not defined %} {% endif %}
    {% endif %}
    {%- block content -%}{%- endblock %} {% if DISPLAY_FOOTER or DISPLAY_FOOTER is not defined %}

    {% if FEED_ALL_ATOM %} Atom Feed {% endif %} {% if FEED_ALL_RSS %} · Rss Feed {% endif %}

    {% endif %}