{% load staticfiles %} {% block title %}{% endblock %} {% block headerjs %} {% endblock %}
{% include 'top.html' %}
{% block left %} {% endblock %}
{% include 'right.html' %}
{% include 'footer.html' %}