{% block head_extra %}{% endblock %}
Text Adventure Builder
{{ app_version }}
Saved
🎮
No game loaded
▼
Loading games...
{% if current_user.is_authenticated %}
👤
{{ current_user.name }}
▼
{{ current_user.role.value }}
⚙️
Preferences
🚪
Logout
{% endif %}
{% block content %} {% endblock %}
{% include 'partials/modals/preferences_modal.html' %}
{% include 'partials/modals/game_settings_modal.html' %}
{% include 'partials/modals/user_modal.html' %}
{% include 'partials/modals/submit_to_store_modal.html' %}
{% include 'partials/modals/delete_confirmation_modal.html' %}
{% include 'partials/modals/compression_confirmation_modal.html' %}
Loading...
{% block scripts %} {% endblock %}