{% load static %} {% spaceless %} {% block title %}Home | {% endblock %}{{ blog.title }} by {{ blog.author }} {% block feed_link %} {% endblock %} {% include "articles/snippets/analytics_head.html" %} {% include "articles/snippets/page_metadata.html" %} {% if article and article.has_code %} {% endif %} {% if user.is_authenticated %} {% endif %} {% block append_css %} {% endblock %} {% include "articles/snippets/favicon.html" %}

{{ blog.title }}

{{ blog.description }}

{% include "articles/snippets/navigation.html" %}
{% endspaceless %}
{% block content %} {% endblock %}
{% spaceless %} {% include "articles/snippets/analytics.html" %} {% if user.is_authenticated %} {% endif %} {% if article and article.has_code %} {% endif %} {% endspaceless %}