menu {% if config.icon %} {% endif %} {{ config.name }} {{ title }}
{% if current_user.is_authenticated %} {% else %} {% endif %}
{% if tab_links %}
{% for name, href in tab_links.items() %} {{ name.replace('!', '') }} {% endfor %}
{% endif %}