The ember factory {% block topmessage %}

The purpose of this application is to (re)produce burning ember diagrams of the style used in IPCC reports. The code is open-source. More information.

{% 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; do not use it for final work.

{% endif%}
{% endblock %}
{% set navbar = [ ('index', '', 'Graph production'), ('doc', 'tutorial', 'Tutorial'), ('doc', 'parameters', 'Parameters reference'), ('doc', 'examples', 'Examples'), ('more', '', 'More...') ] -%}
{% block content %}{% endblock %}