2014-01-03 04:47:31 -05:00
|
|
|
doctype html
|
2015-12-04 18:24:09 -08:00
|
|
|
html(lang='en')
|
2013-11-13 22:19:37 -05:00
|
|
|
head
|
2015-09-09 23:05:58 -07:00
|
|
|
include partials/meta
|
|
|
|
include partials/stylesheets
|
2017-03-13 16:17:07 -07:00
|
|
|
body.main-container(class=theme !== 'default' ? theme : '')
|
2015-09-09 23:05:58 -07:00
|
|
|
include partials/scripts
|
2015-04-24 01:31:59 -07:00
|
|
|
include partials/navbar
|
2016-04-14 19:49:19 -07:00
|
|
|
include partials/flash
|
2017-12-11 21:26:32 +01:00
|
|
|
.container
|
2015-01-26 11:02:22 -08:00
|
|
|
block content
|
2015-01-17 14:16:29 -08:00
|
|
|
include partials/footer
|