nos valeurs
This commit is contained in:
@ -44,6 +44,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block newsletter %}
|
||||
|
54
user/themes/lecampus/templates/le_campus.html.twig
Normal file
54
user/themes/lecampus/templates/le_campus.html.twig
Normal file
@ -0,0 +1,54 @@
|
||||
{% extends 'partials/base.html.twig' %}
|
||||
{% set collection = page.collection() %}
|
||||
{% set image = page.media.images|first %}
|
||||
|
||||
{% block body %}
|
||||
<div class="header-wrapper">
|
||||
{% include 'partials/bandeau.html.twig' %}
|
||||
</div>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<div class="module">
|
||||
{% include 'modular/section-nos-valeurs.html.twig' %}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
{% block devis %}
|
||||
{% include 'partials/devis.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block newsletter %}
|
||||
{% include 'partials/newsletters.html.twig' %}
|
||||
{% endblock %}
|
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
{{ page.content|raw }}
|
||||
{% for module in page.collection() %}
|
||||
<div id="{{ _self.pageLinkName(module.menu) }}"></div>
|
||||
|
||||
{{ module.content|raw }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user