Files
archetypes
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldung
author
begabtenfoerderung
bibo
cantorfora
cantorpreis
foerderverein
forms
ganztagsangebote
jia
kontakt
pages
partials
schuelervertretung
schulchronik
shortcodes
card-small.html
card.html
collapsible-lite.html
collapsible.html
download.html
figure.html
gallery.html
load-photoswipe.html
termine
wettbewerbe
404.html
index.html
resources
static
.gitlab-ci.yml
.hugo_build.lock
config.toml
gcg-website/layouts/shortcodes/collapsible.html

11 lines
325 B
HTML
Raw Normal View History

<div class="container mb-0">
2020-09-13 09:59:08 +02:00
<div class="card border-primary rounded-0 hover-shadow mb-5">
<div class="card-body mb-0">
<details class="mb-0">
<summary class="mb-0">{{ .Get "title" }}</summary>
2020-09-13 09:59:08 +02:00
<div class="content"><p class="content">{{ .Inner }}</p></div>
</details>
</div>
</div>
</div>