{% block site_header %}{{ __tool_name_long }}{% endblock %}
Create dataset
Datasets
Data sources
{% 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
4CAT settings
{% endif %}
FAQ
About
{% for notification in __notifications %}
{{ notification.notification|markdown|safe }} {% if notification.allow_dismiss %}
Dismiss notification
{% endif %}
{% endfor %}
{% block body %}
Welcome.
{% endblock %}