{% extends "layout.html" %} {% block currentPage %}outfit{% endblock %} {% block title %}Edit your outfit{% endblock %} {% block titleEmbed %}Edit your outfit{% endblock %} {% block author %}Team PeekSeek{% endblock %} {% block description %}Edit your outfit however you like with our built-in configurator.{% endblock %} {% block color %}#ff0000{% endblock %} {% block script %}{{config.url()}}/public/src/outfits.js{% endblock %} {% block content %}

Editing OUTFIT

{% for row, items in ids.items() %}
{% for item in items %}
{% endfor %}
{% endfor %} This outfit will be used in every match.
{% endblock %}