{% load staticfiles %} {% include "metatags.html" %} {{ content.title }} | {{ sitename }}
{% include "sidebar.html" %}
{% block page %}{% endblock %}
{% include "footer.html" %} {% include "bottom.html" %}