bibelwissen/views/sbr2022/layout.pug

49 lines
1.1 KiB
Plaintext

//- include ../../../mixins_cookies
include ../mixins_headline_nav
doctype html
html(lang='de')
head
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1, shrink-to-fit=no')
title="SeelsorgeBereichsRat Coburg Stadt und Land 2022"
link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/open-iconic-bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='/stylesheets/style-konzentr.css')
script(src='/javascripts/jquery.min.js')
script(src='/javascripts/slide-utils.js')
script(src='/javascripts/popper.min.js')
//- +cookies_css
body
+navsidebar(gliederung, current)
+headline
block headline
+navigation_auto(gliederung, current)
.container-fluid
block content
+bottom_autonav(gliederung, current)
block bottomnav
div(style="height: 20px;")
script(src='/javascripts/bootstrap.min.js')
script.
push_slide_stack('.slide')
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
+body_presentation_script
//-
+cookies_html
+cookies_script