32 lines
604 B
Twig
32 lines
604 B
Twig
<div class="callout">
|
|
{% set image = page.media.images|first %}
|
|
{% if image %}
|
|
{{ image.cropResize(400,400).html('','','align-'~page.header.image_align)|raw }}
|
|
{% endif %}
|
|
<div class="titre_bsn">
|
|
|
|
|
|
<h1>Contact</h1>
|
|
|
|
|
|
<h2></h2>
|
|
|
|
<p>Fabienne Dran
|
|
Assistante de direction
|
|
|
|
Fabienne.Dran@developpement-durable.gouv.fr
|
|
|
|
33 (0)1 40 81 93 27
|
|
+33 (0)7 86 50 33 31
|
|
</p>
|
|
|
|
|
|
<div class="test" >
|
|
<svg width="50%" height="0.5rem">
|
|
<rect class="after-h1" width="3%" height="100%" style="fill:rgb(0,0,0)" />
|
|
</svg>
|
|
</div>
|
|
{{ content|raw }}
|
|
</div>
|
|
</div>
|