29 lines
594 B
Plaintext
29 lines
594 B
Plaintext
extends ../layout
|
|
include ../mixins
|
|
|
|
block headline
|
|
+headline
|
|
+headline_item_start
|
|
+headline_item_04
|
|
+headline_item_active
|
|
span
|
|
| TOP 4: Anfragen, Sonstiges
|
|
|
|
block content
|
|
|
|
center
|
|
div(style="text-align: center; font-size: 250%; display: inline;") ?
|
|
div(style="text-align: center; font-size: 250%; display: inline; margin-left: 50px; margin-right: 50px;") ?
|
|
div(style="text-align: center; font-size: 250%; display: inline;") ?
|
|
|
|
|
|
block bottomnav
|
|
+bottom_04("03")
|
|
|
|
script.
|
|
push_slide_stack('.slide')
|
|
|
|
$(function () {
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
})
|