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