{% extends 'D2BlogBundle::layout.html.twig' %} {% block title %}Contact{% endblock%} {% block body %}

Contact symblog

{% if app.session.hasFlash('blogger-notice') %}
{{ app.session.flash('blogger-notice') }}
{% endif %}

Want to contact symblog?

{{ form_errors(form) }} {{ form_row(form.name) }} {{ form_row(form.email) }} {{ form_row(form.subject) }} {{ form_row(form.body) }} {{ form_rest(form) }}
{% endblock %}