13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
doctype html
|
|
html(lang='en')
|
|
head
|
|
include partials/meta
|
|
include partials/stylesheets
|
|
body.main-container(class=theme !== 'default' ? theme : '')
|
|
include partials/scripts
|
|
include partials/navbar
|
|
include partials/flash
|
|
.container
|
|
block content
|
|
include partials/footer
|