bitcore-node-zcash/app/views/layouts/default.jade

9 lines
216 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
2014-01-23 11:52:50 -08:00
body(data-ng-app='insight')
2014-01-06 11:12:14 -08:00
#wrap
include ../includes/navbar
2014-01-06 12:34:25 -08:00
block content
2014-01-06 08:33:58 -08:00
include ../includes/foot