{# Bootstrap 3.3.7 #} {% block pagetitle %} OntoDocs > {{docs_title}} {% endblock pagetitle %} {% block navbar %} {% include "navbar.html" %} {% endblock navbar %} {# SIDEBAR OPEN CLOSE operates from here with class="toggled" when closed #} {# previous version: #} {#
#}
{% block sidebar %} {% include "sidebar.html" %} {% endblock sidebar %}
{% if 0 %} {% endif %} {% block bodycontent %} {% endblock bodycontent %}
{% block abovefooter %} {% endblock abovefooter %}
{% block footer %}

Documentation automatically generated on {% now "jS F Y" %} with OntoDocs ({{ontodocs_version}})

{% endblock footer %}
{% 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 %}