{% macro title() %} {% block title %}{% endblock %} {% endmacro %} {{ title() }} - {{ config['SITE_NAME'] }} {% block styles %} {% endblock %}
{% block body %}
menu {% if current_user and not current_user.is_anonymous %} Add Knowledge {% endif %} Query Data Create Visualization Upload Dataset home
{% if not current_user or current_user.is_anonymous %} Log in Register {% else %} Welcome, {{current_user.givenName}} Log Out Change Password {% endif %}
{% block pageheader %}

{{ title() }} {% block subtitle %}{% endblock %} {% if this is defined %}
{% block actions %} {% if g.current_user and g.current_user.is_authenticated %} file_upload create {% endif %} {% if this.description().value(ns.whyis.hasFileID) %} file_download {% endif %} {% if not this.identifier.startswith(ns.local) %} launch {% endif %} {% endblock %}
{% endif %}

{% endblock %}
{% block content %} {% endblock %}
{% endblock %} {% include "footer.html" %}
{% block scripts %}{% endblock %}