templates/front/presentation.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% block body %}
  3.     {% include "front/header.html.twig" with {"img":asset(vich_uploader_asset(bandeau, 'coverFile')),"title" :bandeau.title,"subtitle" :bandeau.subTitle,"btn":"presentation.header.btn"|trans} %}
  4.     <section class="pat-50 container">
  5.         <div class="mab-20">
  6.             {% include "front/menu.html.twig" with {'menu':{("menu.about"|trans):"#"}} %}
  7.         </div>
  8.         {% include "front/paragraphsList.html.twig" with {'paragraphs':presentationParagraphs,"vichFile":"presentationParagraphFile"} %}
  9.         <div class="mat-65">
  10.             {% include "front/fabMesure.html.twig" %}
  11.         </div>
  12.     </section>
  13.     {% include "front/contactSection.html.twig" with {'subtitle':"presentation.contact.subtitle"|trans,'title':"presentation.contact.title"|trans,'content':"presentation.contact.content"|trans} %}
  14. {% endblock %}