prima bozza sito sindacato

This commit is contained in:
vecna 2026-04-20 18:33:22 +02:00
commit 59ef4db64f
31 changed files with 1576 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{{ define "main" }}
<article class="page-content sidenote-layout">
<div class="content-body">
<h1>{{ .Title }}</h1>
{{ .Content }}
<div class="initiative-list">
{{ range .Pages }}
<a href="{{ .RelPermalink }}" class="initiative-card">
<h3>{{ .Title }}</h3>
{{ with .Params.subtitle }}<p class="initiative-subtitle">{{ . }}</p>{{ end }}
{{ with .Summary }}<p class="initiative-summary">{{ . }}</p>{{ end }}
</a>
{{ end }}
</div>
</div>
</article>
{{ end }}