{% from '_icons.html' import icon %} {% if current_user.is_authenticated %}
{{ icon('menu', 25) }}
{{ business_name }}
{{ current_user.full_name }}
{{ icon('logout', 16) }} Çıkış
{% include '_messages.html' %} {% block content %}{% endblock %}
{% else %} {% include '_messages.html' %} {% block public_content %}{% endblock %} {% endif %} {% block scripts %}{% endblock %}