{% 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 %}
{{match}} {% if match != None %}

Match {{match.id}}

{% else %} Invalid match id. {% endif %}
{% endblock %}