{% extends 'timeseer.html' %} {% from 'help.html' import help_menu with context %} {% block menu %} {{ help_menu('Source documentation') }} {% endblock %} {% block main %}

Source documentation

{% include 'docs/' + page + '.html' %}
{% endblock %}