{% comment %}Load site wide CSS here. Additional styling must be loaded in the block that follows{% endcomment %} {% block css %} {% endblock %} {% comment %}Load site wide javascript here. Additional scripts must be loaded in the block that follows{% endcomment %} {% block js %} {% endblock %}
{% include '_left_sidebar.html' %} {% block leftsidebar %} {% comment %}Additional Left Sidebar elements go here{% endcomment %} {% endblock leftsidebar %}
{% block content %}This is the default content{% endblock content %}