gamutable/exemple_bloc.html

12 lines
345 B
HTML

<div class="bloc flex">
<div class="flex-grow">
<div> <strong>Nom :</strong> @@nom@@ </div>
<div> <strong>Prénom :</strong> @@prenom@@ </div>
<div> <strong>Age :</strong> @@age@@ </div>
<div> <strong>Email :</strong> @@email@@ </div>
<div> <strong>Téléphone :</strong> @@telephone@@ </div>
</div>
<div>
@@logo@@
</div>
</div>