{% if GOOGLE_PLUS_URL %} {% endif %} {% if FEED_ALL_ATOM %} {% endif %} {% if FEED_ALL_RSS %} {% endif %} {% block head %} {% endblock %} {% block title %}{{ SITENAME }}{% endblock %} {% include "modules/analytics.html" %}
{% block header %}

Home {% for p in pages|sort %} {% if p.url != "index.html" %} | {{ p.title }} {% endif %} {% endfor %} {% if INDEX_SAVE_AS and INDEX_SAVE_AS != "index.html" %} | Blog {% endif %} | Post List {% if FEED_ALL_ATOM %} | Atom Feed {% endif %} {% if FEED_ALL_RSS %} | RSS Feed {% endif %}

{% endblock header %}
{% block content %} {% endblock %}

© {{ AUTHOR }}. Built using Pelican. Theme by Carey Metcalfe, availible on GitHub. Based on svbhack by Giulio Fidente.