{% if g.user or request.endpoint in ("auth.login", "auth.setup") %}
{% endif %}
{% block title %}LibreSignage{% endblock %}
{% block head %}{% endblock %}
{% block body %}
{% for category, message in get_flashed_messages(with_categories=true) %}
{{ message }}
{% endfor %}
{% block content %}{% endblock %}
{% endblock %}
{% if g.user or request.endpoint in ("auth.login", "auth.setup") %}
{% endif %}
{% block scripts %}{% endblock %}