{% extends "base.html" %} {% block title %}Welcome โ€“ Skins & Pins{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% if errors and errors.name %}
{{ errors.name }}
{% endif %}
{% if errors and errors.handicap %}
{{ errors.handicap }}
{% endif %}
{% if errors and errors.avatar %}
{{ errors.avatar }}
{% endif %}
{% for a in avatars %}
{% endfor %}
Tap to change

JPEG, PNG, WebP or GIF ยท max 2 MB

{% include "partials/crop_modal.html" %}
{% endblock %}