Loading...
Galeri Angkatan
{% if current_user.is_authenticated %}
Logout
{% if current_user.is_admin %}
Admin
{% endif %} {% else %}
Login
{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %} {% for msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}