page evenement

This commit is contained in:
2021-10-01 15:05:41 +02:00
parent a5073396ea
commit 9494467cc2
1307 changed files with 5140 additions and 962 deletions
@@ -0,0 +1,26 @@
<div class="intervenant after-h1">
<div class="titre_nsb">
<h1>Intervenants</h1>
<div class="souligne toright" >
<svg width="100%" height="0.5rem">
<rect class="" width="100%" height="100%" style="fill:rgb(0,0,0)" />
</svg>
</div>
{{ page.content|raw }}
</div>
</div>
<div class="mozaique_personnes">
{% for module in page.collection() %}
<div id="{{ _self.pageLinkName(module.menu) }}">
{{ module.content|raw }}
</div>
{% endfor %}
</div>