bibelwissen/views/eko/layout.pug

33 lines
807 B
Plaintext

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="ErstKommunionVorbereitung"
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')
body
block headline
.container-fluid
block content
block bottomnav
div(style="height: 20px;")
script(src='/javascripts/bootstrap.min.js')
if(as_presentation === false)
script.
show_all_slides();
else
script.
register_presentationkeys();