{% extends 'timeseer.html' %} {% from 'help.html' import help_menu with context %} {% block csp_style %} 'self' 'unsafe-inline' {% endblock %} {% block styles %} {% endblock %} {% block menu %} {{ help_menu('Admin documentation') }} {% endblock %} {% block main %}

Admin documentation

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