dgnum.eu/site/templates/division.html

14 lines
286 B
HTML
Raw Permalink Normal View History

2023-06-21 15:03:16 +02:00
$body$
$if(posts)$
<hr>
2023-06-21 16:21:35 +02:00
<a class="panel-block" href="/poles.html">
<span class="control is-fullwidth has-text-centered">
Retour à la liste des pôles
<span class="icon"><i class="fa-solid fa-rotate-left"></i></span>
</span>
</a>
2023-06-21 15:03:16 +02:00
$partial("templates/posts.html")$
$endif$