{% 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 %} {% if p.url != "index.html" %} | {{ p.title }} {% endif %} {% endfor %} | Blog | Article 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 Giulio Fidente on github. {% if INTERNET_DEFENSE_LEAGUE %}Member of the Internet Defense League{% endif %}.

{% include "modules/idl.html" %}