{{ _('Table of content') }}
{% extends "basic/layout.html" %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block sidebar1 %}{% endblock %} {% block sidebar2 %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {% block footer %}{% endblock %} {%- block linktags %}{% endblock %} {% if pagename == 'index' %} {% set css_files = ['_static/style-player.css', '_static/fonts/bootstrap-icons.woff', '_static/fonts/bootstrap-icons.woff2' ] %} {% set script_files = ['_static/bundle.js'] %} {% else %} {% set script_files = ['_static'+'/petlja.js', '_static/runestonebase.js', '_static'+'/skulpt.min.js', '_static'+'/skulpt-stdlib.js' ] + script_files + [ '_static'+'/jquery-ui-1.10.3.custom.min.js', '_static'+'/jquery-fix.js', '_static'+'/bootstrap-4.0.0-dist/js/bootstrap.min.js', '_static'+'/bootstrap-4.0.0-dist/js/bootstrap.bundle.min.js', '_static'+'/bootstrap-sphinx.js', '_static'+'/waypoints.min.js', '_static'+'/rangy-core.js', '_static'+'/rangy-textrange.js', '_static'+'/rangy-cssclassapplier.js', '_static'+'/user-highlights.js', '_static'+'/jquery.idle-timer.js', '_static'+'/processing-1.4.1.min.js', '_static'+'/jquery.hotkey.js', '_static'+'/jquery-migrate-1.2.1.min.js', 'platform'+ '/petljaRTBundle.js', '_static'+ '/require.js', ] %} {% set css_files = css_files + [ '_static'+'/basic.css', '_static'+'/user-highlights.css', 'https://use.fontawesome.com/releases/v5.1.1/css/all.css', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro', '_static'+'/bootstrap-4.0.0-dist/css/bootstrap.min.css', '_static'+'/flatly.min.css', '_static'+'/petlja-course.css', ] %} {% endif %} {%- block extrahead %} {% if pagename != 'index' %} {% if meta is defined and meta is not none and meta|length and meta.type is defined and meta.type == 'quiz' %} {% elif meta is defined and meta is not none and meta|length and meta.type is defined and meta.type == 'reading' %} {% else %} {% endif %} {% endif %} {% endblock %} {%- block content %} {% if pagename == 'index' %}
{{ _('Table of content') }}