le_campus.html.twig 1.6 KB

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