{% block head %}{% endblock %}
Skip to content
{% if logo %}
{% else %}
{{ store.name }}
{% endif %}
Home
{% for category in store.categories %}
{{ category.name }}
{% endfor %} {% if appealsUrl %}
Appeals
{% endif %} {% if discordUrl %}
Discord
{% endif %} {% if user %}
Sign out of {{ user }}
{% endif %}
{% if user %}
{{ user }}
{% endif %}
Basket
{% if basket.packages|length > 0 %}
{{ basket.packages|length }}
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}