bunteshaus.de/themes/buha/layouts/partials/submenu.html

10 lines
416 B
HTML

{{ if or (eq .Section "events") }}
<div>
<details>
<summary style="list-style: none; text-align: right;"></summary>
<p>
{{ partial "sidebar.html" . }}
</p>
</details>
</div>
{{ end }}