Stellar Frontier
Home
Rules
{% if current_user and current_user.is_authenticated %}
Support
Apply
{% endif %}
{% if current_user and current_user.is_authenticated %} {% if current_user.is_admin %}
Admin Panel
{% endif %}
Profile
Log out
{% else %}
Log in with Discord
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}