{% extends 'layout.html' %} {% set title = 'Add Contact | Agenda' %} {% set css = 'contact-form.css' %} {% block content %} Add new Contact Name * Last name Phone * Other phone Address Email Category * Select an option Family Friend Acquaintance None Favorite Create contact {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {{ message }} {% endfor %} {% endif %} {% endwith %} {% endblock %}