application de la nouvelle identité sur toutes les pages
This commit is contained in:
@@ -69,13 +69,16 @@
|
||||
*/
|
||||
#}
|
||||
|
||||
{# En-tête hors colonne blanche (cf. node--projet pour le pattern). #}
|
||||
<div class="page-header-outside">
|
||||
<h2>{{ label }}</h2>
|
||||
{{ content.field_sous_titre }}
|
||||
</div>
|
||||
|
||||
<article class="fullpage">
|
||||
<div class="fullpage_content">
|
||||
|
||||
<h2>{{ label }}</h2>
|
||||
|
||||
<div{{ content_attributes }}>
|
||||
{{ content }}
|
||||
{{ content|without('field_sous_titre') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user