templates/front-office/contact.html.twig line 1

Open in your IDE?
  1. {#
  2.     Controller : App\FrontOffice\Contactcontroller
  3.     Route : "contact"
  4.     URI : "/contact"
  5. #}
  6. {% extends "front-office/_base.html.twig" %}
  7. {% block content %}
  8.     <section class="bg-page-contact">
  9.         <div class="blackCircle">
  10.             <h1>contact</h1>
  11.             <p>mathieu pichoff</p>
  12.             <p>06 68 41 79 12</p>
  13.             <p>mathieupichoff@gmail.com</p>
  14.             <div class="logo-contact meli-width-65">
  15.                 <img src="{{ asset('assets/img/contact/logo.png')}}" alt="logo studio-p">
  16.             </div>
  17.         </div>
  18.     </section>
  19. {% endblock %}