{% load static %} {% load dajaxice_templatetags %} {% block title %}3D Sample Viewer{% endblock %} {% block includes %} {% endblock %}
{% block sidebar %}
{% include "three_d_viewer/sampletree.html" %}
{% endblock %}
{% block content %}

Put some intro text sort of stuff here

{% endblock %}