{% macro navlink(href, icon, label, section) %} {% if section is none or can(section) %} {{ label }} {% endif %} {% endmacro %} {% macro sublink(href, icon, label, section) %} {% if section is none or can(section) %} {{ label }} {% endif %} {% endmacro %}
{% if current_user.is_authenticated %}
{{ current_user.shop.shop_name if current_user.shop else "" }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% if current_user.is_authenticated %} {% endif %}