39 lines
1003 B
Plaintext
39 lines
1003 B
Plaintext
include ../../../mixins_cookies
|
|
|
|
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')
|
|
|
|
+cookies_css
|
|
body
|
|
block headline
|
|
|
|
.container-fluid
|
|
block content
|
|
|
|
block bottomnav
|
|
|
|
div(style="height: 20px;")
|
|
|
|
script(src='/javascripts/bootstrap.min.js')
|
|
|
|
script.
|
|
if(JSON.parse(sessionStorage.getItem('show_as_presentation')))
|
|
register_presentationkeys();
|
|
else
|
|
show_all_slides();
|
|
|
|
+cookies_html
|
|
+cookies_script
|