66 lines
1.6 KiB
Twig
Raw Permalink Normal View History

2021-06-21 14:15:18 +02:00
{% extends 'partials/base.html.twig' %}
{% set collection = page.collection() %}
{% set image = page.media.images|first %}
{% block body %}
2021-06-22 12:54:55 +02:00
<div class="header-wrapper">
{% include 'partials/bandeau.html.twig' %}
</div>
<section class="body-wrapper">
<script type="application/ld+json">
{
"@type": "Article",
"headline": "{{page.title}}",
"alternativeHeadline": "{{page.summary}}",
"image": "http://example.com/image.jpg",
"author": "",
"award": "{{page.title}}",
"editor": "Le Campus",
"genre": "{{page.title}}",
"keywords": " le_campus_valdedrome ",
"wordcount": "1120",
"publisher": {
"@type": "Organization",
"name": "Le Campus",
"logo": {
"@type": "ImageObject",
"url": "/user/themes/lecampus/images/logo_lecampus.svg"
}
},
"url": "{{uri.base}}",
"datePublished": "2015-09-20",
"dateCreated": "2015-09-20",
"dateModified": "2015-09-20",
"description": "We love to do stuff to help people and stuff",
"articleBody": "You can paste your entire post in here, and yes it can get really really long."
}
</script>
2021-06-21 18:30:15 +02:00
2021-06-22 12:54:55 +02:00
{% block sidebar %}
{% include 'partials/sidebar.html.twig' %}
{% endblock %}
2021-06-21 14:15:18 +02:00
2021-06-22 12:54:55 +02:00
<div class="module">
{% include 'modular/section-valeurs-equipe.html.twig' %}
2021-06-22 14:41:52 +02:00
<div class="dl_plaquette">
{{content}}
</div>
2021-06-22 12:54:55 +02:00
</div>
2021-06-22 14:41:52 +02:00
2021-06-22 12:54:55 +02:00
</section>
2021-06-21 14:15:18 +02:00
{% endblock %}
{% block devis %}
{% include 'partials/devis.html.twig' %}
{% endblock %}
{% block newsletter %}
{% include 'partials/newsletters.html.twig' %}
{% endblock %}