Big commit i'm sorry ...

This commit is contained in:
2026-05-09 01:53:54 +02:00
committed by kitoy
parent ced34339f9
commit 50829e9f60
184 changed files with 54564 additions and 588 deletions

View File

@@ -0,0 +1,11 @@
<section class="{{ bloc.property }}" id="{{ bloc.name }}" style="{{print_colors()}}" >
<h2 class="section-heading text-center">{{ bloc.title }}</h2>
<hr class="my-4">
<div class="container">
<div class="col-lg-8 mx-auto">
<p class="mb-4"> {{ bloc.text|safe }} </p>
</div>
</div>
</div>
</section>