{{ icon('home') }}Home{{ icon('chevron-right') }}{% block crumb %}{{ self.title() }}{% endblock %}
{{ (user.name or user.username)[0] }}
{{ user.name or user.username }}{{ user.role|capitalize }}
{% for cat, msg in messages %}
{% endif %}
{% endwith %}
{% block content %}{% endblock %}
{{ icon('check-circle' if cat == 'ok' else 'alert') }}{{ msg }}
{% endfor %}