{% extends "!layout.html" %} {% set html5_doctype = True %} {% set script_files = script_files + ['_static/bootstrap-4.1.3.bundle.min.js', '_static/instaloader.js'] %} {% block htmltitle %} {% if pagename == "index" %} {{ title|striptags|e }} {% else %} {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {% endblock %} {% block extrahead %} {{ super() }} {% if pagename == "index" %} {% else %} {% endif %} {% endblock %} {% block header %} {% if pagename != "index" %} {% endif %} {% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block footer %}{% endblock %} {% block content %}
{% block body %}{% endblock %}
{% if pagename != "index" %}

{{ _('Table of Contents') }}

{{ toctree(maxdepth=-1) }}
Index {% if pagename != "genindex" and pagename != "search" %} Edit this page {% endif %}
{% endif %}
{% endblock %}