{% extends "template/layout.static.html" %} {% block content %}
Contact
{% if errors %}
{% for key in errors %}
  • {{ key.errors[0] }}
  • {% endfor %}
    {% endif %} {% if success %}

    Your message was sent successfully

    {% endif %}
    {{ errors.name.errors[0] }}
    {{ errors.email.errors[0] }}
    {{ errors.phone.errors[0] }}
    {{ errors.message.errors[0] }}
    {% endblock %}