savant-cli
Version:
Savant Solutions API client
28 lines (19 loc) • 566 B
text/jade
block vars
doctype html
html
head
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1')
block title
title Your awesome title
link(rel='shortcut icon', href='#{staticUrl}/favicon.ico')
link(rel='stylesheet', href='//static.savant.solutions/css/themes/default.css')
link(rel='stylesheet', href='#{staticUrl}/css/site.css')
block scripts
body.columnLayout(class=bodyClass)
| {{ _header }}
#outer
block body
| {{ _footer }}
script.
$.bigfoot.init($('body'));