{% extends "layout.html" %} {% block content %}
Email {% if contact.errors.email %} {{ contact.errors.email}} {% endif %}
First Name {% if contact.errors.firstname %} {{ contact.errors.firstname}} {% endif %}
Last Name {% if contact.errors.lastname %} {{ contact.errors.lastname}} {% endif %}
Phone {% if contact.errors.phone %} {{ contact.errors.phone}} {% endif %}
Back