50 lines
1.2 KiB
Plaintext
50 lines
1.2 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="Einführung in das Evangelium nach Markus (Neufassung)"
|
|
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')
|
|
block head
|
|
|
|
//- +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
|