{% extends '__layout__.html' %} {% block title %}Clothing Migrator{% endblock %} {% block head %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Clothing Migrator

This will take a clothing from the Roblox website and will be sold for 5 robux. ( Allowed assets: TShirt, Shirt, Pants )

{% endblock %}