2015-01-26 11:02:22 -08:00
|
|
|
doctype html
|
2015-12-04 18:24:09 -08:00
|
|
|
html(lang='en')
|
2015-01-26 11:02:22 -08:00
|
|
|
head
|
2015-09-09 23:05:58 -07:00
|
|
|
include partials/meta
|
|
|
|
include partials/stylesheets
|
2016-01-14 23:06:06 -08:00
|
|
|
if showAside
|
|
|
|
body.map-aside-body
|
|
|
|
include partials/scripts
|
|
|
|
block content
|
|
|
|
else
|
2016-05-12 18:52:03 -07:00
|
|
|
body.no-top-and-bottom-margins(class=theme !== 'default' ? theme : '')
|
|
|
|
include partials/scripts
|
|
|
|
include partials/navbar
|
|
|
|
include partials/flash
|
|
|
|
block content
|
|
|
|
include partials/footer
|