bibelwissen/views/nt/ev/lk/layout.pug

39 lines
941 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="Mit dem Evangelium nach Lukas durch das Kirchenjahr"
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')
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