{% if current_user.is_authenticated %}
{% endif %}
{% block page_title %}Dashboard{% endblock %}
{% block page_sub %}{% endblock %}
{% if license_topbar %}
{{ license_topbar.text }}
{% endif %}
{% if not current_user.is_authenticated %}
Login
{% endif %}
{% block content %}{% endblock %}