{% load staticfiles %} {# TODO: change lang? #}
{% block title %}{% endblock title %}
{% block css %}{% endblock css %} {# Add base structure here, menu, etc... #} {% block content %}{% endblock content %} {% block js %}{% endblock js %}