vmems-website/layouts/association/list.html
Matthieu Bessat 293ac83a9d
All checks were successful
Deploy workflow / deploy (push) Successful in 17s
feat: prep for next version
- per subject of projects page
- add basic news page
- new layout with bootstrap
- more misc pages
2024-08-12 23:52:20 +02:00

11 lines
181 B
HTML

{{ define "main" }}
<main class="container">
<h1 class="page-title">{{ .Title }}</h1>
{{ with .Content }}
<div>{{ . }}</div>
{{ end }}
</main>
{{ end }}