{% extends "centered_layout.html" %} {% from "macros/ui.html" import flash_messages, text_input %} {% set title = 'Register – Tutortool' %} {% block card_content %}

Create an Account

Choose a username to get started.

{{ flash_messages() }}
{{ text_input('username', 'Username', placeholder='Your unique username') }}

Important Information

Your username is tied to the slides using a browser cookie. If you clear your cookies, you can regain access to your slides by logging in with the same username.

Already have an account? Log In

{% endblock %}