.gitea
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
projektwoche
schulchronik
shortcodes
card-small.html
card.html
collapsible-lite.html
collapsible.html
download.html
figure.html
gallery.html
slider.html
youtube.html
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.gitignore
LICENSE
config.yml
8 lines
314 B
HTML
8 lines
314 B
HTML
<div class="col-lg-4 col-sm-6">
|
|
<div class="card border-primary rounded-0 hover-shadow mb-3">
|
|
<div class="card-body">
|
|
<h4 class="card-title"><a href='{{ .Get "link" }}'>{{ .Get "title" }}</a></h4>
|
|
<a href='{{ .Get "link" }}' class="btn btn-primary btn-sm">{{ i18n "show_more"}}</a>
|
|
</div>
|
|
</div>
|
|
</div> |