private\formations\formation\Page.twig line 1

  1. {% extends 'base.html.twig' %}
  2. {% block title %}
  3.   {{ formation.formations__intitule|raw }} | Illusion & Macadam
  4. {% endblock %}
  5. {% block meta %}
  6.   <meta name="description" content="{{ formation.formations__meta_description }}" />
  7. {% endblock %}
  8. {% block body %}
  9.   {% include '/formations/formation/Formation.twig' %}
  10. {% endblock %}