{% extends "layout.html" %} {% block content %}

Create an account

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
Make sure to use a strong, unique password
Already have an account? Sign in
{% endblock %}