{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% include "include/feeds.html" %}
{% include "include/google_analytics.html" %} {% endblock %} {% include "header.html" %}
{% block content %}{% endblock %}
{% include "footer.html" %}