bitbadger.solutions-blog-theme/themes/mantraish/layout/base.pug
Daniel J. Summers 67dcb2f77c Initial import
brought over all the files from the Jekyll version, fixed categories,
reformatted for different markdown processor
2017-09-02 11:49:59 -05:00

14 lines
322 B
Plaintext

doctype html
html(lang=config.language)
include _partial/head.pug
body
#toTop
#wrapper.hfeed
include _partial/header.pug
#main
#forbottom
section#container
#content(role='main'): block content
include _partial/sidebar.pug
include _partial/footer.pug