templates/notre_entreprise/index.html.twig line 1

Open in your IDE?
  1. {% extends '@probundle/probundle/base.html.twig' %}
  2. {%  block stylesheets %}
  3.     {{ parent() }}
  4.     <!-- <link rel="stylesheet" href="{{ asset('build/css/homepage.css') }}"> -->
  5.     {{ encore_entry_link_tags('parc_howToWork', null, 'parc_build') }}
  6.     {{ encore_entry_link_tags('pro_nosValeurs', null, 'pro_build') }}
  7.     {{ encore_entry_link_tags('pro_team', null, 'pro_build') }}
  8. {% endblock %}
  9. {% block content %}
  10.     <!-- Section Carousel -->
  11.     {% include "notre_entreprise/carousel.html.twig" %}
  12.     <!-- Section nos valeurs -->
  13.     {% include "notre_entreprise/nosValeurs.html.twig" %}
  14.         <!-- Section nos equipes -->
  15.     {% include "notre_entreprise/notreEquipe.html.twig" %}
  16. {% endblock %}
  17. {% block javascripts %}
  18.     {{ parent() }}
  19. {% endblock %}