slideshow.io/views/base.pug

15 lines
281 B
Plaintext
Raw Permalink Normal View History

2016-09-09 17:20:59 +01: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 19:32:55 +01:00
script( src='/static/js/jquery.min.js' )
2016-09-09 17:20:59 +01:00
block js