.gitea
assets
content
data
i18n
layouts
_default
abiturienten
about
anmeldeformular
anmeldung
author
begabte
cantorfora
cantorpreis
forms
ganztagsangebote
kontakt
pages
partials
blog-sidebar.html
card-btn-ni.html
card-icon.html
collapsible.html
download.html
filter-controls.html
footer.html
head.html
header-cl-url.html
header.html
info.html
modal.html
opengraph.html
page-header.html
pagination.html
preloader.html
termin.html
twitter.html
projektwoche
schulchronik
shortcodes
superhaufen
termine
wettbewerbe
404.html
index.html
robots.txt
static
.gitignore
.mailmap
LICENSE
config.yml
10 lines
489 B
HTML
10 lines
489 B
HTML
<div class="card border-primary rounded-0 hover-shadow mb-4">
|
|
<div class="container fb-tile-color" style="background-color:{{ .bg_color }};">
|
|
<i class="{{ .icon }} fb-tile-icon" style="color: {{ .font_color }}"></i>
|
|
</div>
|
|
<div class="card-body">
|
|
<h4 class="card-title text-truncate">{{ .title }}</h4>
|
|
<button type="button" class="btn btn-primary btn-sm" onclick="$('#{{ md5 .title }}').modal('show');">{{
|
|
i18n "show_more"}}</button>
|
|
</div>
|
|
</div> |