{# Define navbar menu items as (processing_route, optional subpage id, name in the navbar) #} {% set navbar = [ ('index', '', 'Graph production'), ('doc', 'tutorial', 'Tutorial'), ('doc', 'parameters', 'Parameters reference'), ('doc', 'examples', 'Examples'), ('more', '', 'More...') ] -%}
{% block topmessage %} {% endblock %}
{% if version['isalpha'] %}

Critical warning: this an alpha version; it should only be used for software development.

{% elif version['isbeta'] %}

Warning: this is a beta (non-final) version; use it at your own risk, check the results carefully.

{% endif %}
{% block content %}{% endblock %}