{# IRANSans (with graceful fallbacks if the CDN is unreachable). #} {% block head %}{% endblock %}
{% block page_title %}{% endblock %}
{{ current_user.username[0].upper() if current_user.is_authenticated else '؟' }}
{{ current_user.username if current_user.is_authenticated else '' }} خروج
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, msg in messages %} {% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}