slideshow.io/views/base.pug

15 lines
281 B
Plaintext
Raw Normal View History

2016-09-09 18:20:59 +02:00
doctype
html( lang="en" )
head
title slideshow.io
meta( charset='utf-8' )
meta( http-equiv='X-UA-Compatible', content='IE=edge' )
block css
body
block base_content
2016-09-09 20:32:55 +02:00
script( src='/static/js/jquery.min.js' )
2016-09-09 18:20:59 +02:00
block js