#}
    {% block sidebar %}
      {% include "sidebar.html" %}
    {% endblock sidebar %}
    
    
      {% if 0 %}
      
      {% endif %}
	{% block bodycontent %}
	{% endblock bodycontent %}
	
  {% block abovefooter %}
  {% endblock abovefooter %}
  
{% if main_entity %}
  
  {# Convention is to have sidebar menu li items with id "sd_XXXX"#}
  {# Entity pages get the script below - other pages need duplication unfortunately #}
  
{% endif %}
{% block extrajs %}
{% endblock extrajs %}