le_campus.html.twig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {% extends 'partials/base.html.twig' %}
  2. {% set collection = page.collection() %}
  3. {% set image = page.media.images|first %}
  4. {% block body %}
  5. <div class="header-wrapper">
  6. {% include 'partials/bandeau.html.twig' %}
  7. </div>
  8. <script type="application/ld+json">
  9. {
  10. "@type": "Article",
  11. "headline": "{{page.title}}",
  12. "alternativeHeadline": "{{page.summary}}",
  13. "image": "http://example.com/image.jpg",
  14. "author": "",
  15. "award": "{{page.title}}",
  16. "editor": "Le Campus",
  17. "genre": "{{page.title}}",
  18. "keywords": " le_campus_valdedrome ",
  19. "wordcount": "1120",
  20. "publisher": {
  21. "@type": "Organization",
  22. "name": "Le Campus",
  23. "logo": {
  24. "@type": "ImageObject",
  25. "url": "/user/themes/lecampus/images/logo_lecampus.svg"
  26. }
  27. },
  28. "url": "{{uri.base}}",
  29. "datePublished": "2015-09-20",
  30. "dateCreated": "2015-09-20",
  31. "dateModified": "2015-09-20",
  32. "description": "We love to do stuff to help people and stuff",
  33. "articleBody": "You can paste your entire post in here, and yes it can get really really long."
  34. }
  35. </script>
  36. <div class="module">
  37. {% include 'modular/section-nos-valeurs.html.twig' %}
  38. </div>
  39. {% endblock %}
  40. {% block devis %}
  41. {% include 'partials/devis.html.twig' %}
  42. {% endblock %}
  43. {% block newsletter %}
  44. {% include 'partials/newsletters.html.twig' %}
  45. {% endblock %}