{% set title = "Contato" %} {% include "partials/header.html" %} {% include "partials/menubar.html" %} {% block body %}

Contato

{% if messages.success %} {% endif %} {% if messages.error %} {% endif %}
{% endblock %} {% include "partials/footer.html" %}