{{ app_info.getTitle() }}
{% if logged_in | default() %}
{{ app_info.getVersion() }}
{% else %} {{ app_info.getVersion() }} {% endif %}
{% if logged_in | default() %} Hello,
{{ current_user_name }}
. |
Logout
{% else %}
Login
{% endif %}
{% if logged_in | default() %}
{% macro navbar_item(path, text) -%}
{{ text }}
{%- endmacro -%} {{ _self.navbar_item('/', 'Dashboard') }} {{ _self.navbar_item('/domains', 'Domains') }} {{ _self.navbar_item('/accounts', 'Accounts') }}
{% endif %}
{% block content %} Nothing to see here... {% endblock %}