helloworldhellwoorldeofoehfafihuofijoahfgyioafjpafhzguirg uvuizerurg_ozerygvoiuhrgreqiogrehh

This commit is contained in:
Gzod01 2023-10-22 10:14:09 +02:00
commit c00a301523
79 changed files with 1614 additions and 3 deletions

View file

@ -0,0 +1,12 @@
{{ define "main" }}
<h1>Catégories:</h1>
<ul class="categories-list list-style-none">
{{ range .Pages }}
<li class=categories-item>
<a class=categories-item-main href="{{ .Permalink }}">
<p class=title >{{.Title}}</p>
</a>
</li>
{{ end }}
</ul>
{{ end }}