31 lines
702 B
Plaintext
31 lines
702 B
Plaintext
mixin footnote(content)
|
|
span.footnote(data-toggle="tooltip", title=content)
|
|
|
|
mixin symbol(s)
|
|
span.oi(class="oi-"+s)
|
|
span
|
|
|
|
mixin headline
|
|
+headline_template("Mit dem Evangelium nach Lukas durch das Kirchenjahr")
|
|
|
|
mixin navigation_auto(gliederung, current)
|
|
+navigation_auto_template(gliederung, current, "#0e4f88")
|
|
|
|
mixin bottom_autonav(gliederung, current)
|
|
+bottom_autonav_template(gliederung, current, "#a4d0fd")
|
|
|
|
mixin ueberblick_thead
|
|
thead
|
|
tr
|
|
th(scope="col") Tag
|
|
th(scope="col") Datum
|
|
th(scope="col") Stelle
|
|
th(scope="col") Kurzbeschreibung
|
|
|
|
mixin ueberblick_tag(tag, datum, stelle, kurzb)
|
|
tr
|
|
th(scrope="row") !{tag}
|
|
td !{datum}
|
|
td !{stelle}
|
|
td !{kurzb}
|