UnstableVortex CAFF Store
Home
{% if current_user.is_authenticated %}
Profile
Upload
{% if current_user.has_role('administrator') %}
Administrate
{% endif %}
Logout
{% else %}
Login
Register
{% endif %}
Search
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
×
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}