insight-ui-zcash/app/views/layouts/default.jade

10 lines
219 B
Plaintext
Raw Normal View History

2014-01-06 08:33:58 -08:00
doctype html
html(lang='en', xmlns='http://www.w3.org/1999/xhtml')
include ../includes/head
body
2014-01-06 11:12:14 -08:00
#wrap
include ../includes/navbar
2014-01-06 08:33:58 -08:00
section.container
block content
include ../includes/foot