{% extends 'site_elements/base.html' %} {% block title %}Home{% endblock %} {% block content %}
{% if 'taken' in request.query_params %} {% endif %}

Create your own page!

Make it your own :3
{{ form.csrf_token }}

No special characters!

{{ form.name(placeholder='NexusLeague', autofocus='true', spellcheck='false', required='', class='form-control', id='name-input', maxlength='32', minlength='6', pattern='[a-zA-Z0-9 ]+') }} {% if 'steam_id' not in request.session %} {% else %} {% endif %}
{% endblock %}