MailAccountAdmin
Hello,
{{ current_user_name }}
. |
Logout
{% macro navbar_item(path, text) -%}
{{ text }}
{%- endmacro -%} {{ _self.navbar_item('/', 'Dashboard') }} {{ _self.navbar_item('/domains', 'Domains') }} {{ _self.navbar_item('/accounts', 'Accounts') }}
{% block content %} Nothing to see here... {% endblock %}