{% block site_header %}{{ __tool_name_long }}{% endblock %}
Create dataset
Past results
About
FAQ
{% if current_user.is_authenticated and not current_user.is_special %}
API Access
{% endif %} {% if current_user.is_authenticated and current_user.is_admin %}
Control Panel
{% endif %}
{% if __announcement %}
{{ __announcement|markdown|safe }}
{% endif %}
{% block body %}
Welcome.
{% endblock %}