{% extends 'layout.html' %} {% set title = 'Login | Contact Manager' %} {% set css = 'auth.css' %} {% block content %} 🎉 Sign up to Contact Manager! Your name Your nickname Your password Confirm password Sign Up Already registered? Sign In {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {{ message }} {% endfor %} {% endif %} {% endwith %} {% endblock %}