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="FirmVorbereitung 2018"
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='/stylesheets/bootstrap.min.css')
link(rel='stylesheet', href='/stylesheets/open-iconic-bootstrap.min.css')
script(src='/javascripts/jquery.min.js')
#script(src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js",integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4",crossorigin="anonymous")
script(src='/javascripts/slide-utils.js')
script(src='/javascripts/popper.min.js')
body
block content
script(src='/javascripts/bootstrap.min.js')
if(as_presentation === false)
script.
show_all_slides();
else
script.
register_presentationkeys();