dgnum.eu/site/templates/division.html
2023-06-21 16:21:35 +02:00

14 lines
286 B
HTML

$body$
$if(posts)$
<hr>
<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>
$partial("templates/posts.html")$
$endif$