webseite/layouts/events/single.html
Jannik Menzel 88699813fd
All checks were successful
publish / publish (push) Successful in 23s
Event Calendar styling and bugfixes
2025-06-08 18:49:30 +02:00

8 lines
No EOL
193 B
HTML

{{ define "main" }}
<div class="container">
<div id="markdown" class="title-center">
{{ .Content }}
</div>
<div id='calendar'></div>
</div>
{{ end }}