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