{% block head %}{% endblock %}
AS
AtlasServer
Dashboard
New App
Settings
© AtlasServer 2025
{% block header_title %}Dashboard{% endblock %}
Server Active
{{ user.username }}
{% if user.is_admin %}
Settings
{% endif %}
Log Out
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}