
doctype html
html(ng-app="myApp")
	head
		meta(charset='utf8')
		base(href='/')
		title KnowHow Server
		link(rel='stylesheet', href='/css/qs.css')
		link(rel='stylesheet', href='/css/bootstrap/css/bootstrap.css')
		link(rel='stylesheet', href='/css/bootstrap/css/bootstrap.css.map')
		link(rel='stylesheet', href='/css/bootstrap/css/bootstrap-theme.css')
		link(rel='stylesheet', href='/css/bootstrap/css/bootstrap-theme.css.map')
		link(rel='stylesheet', href='/css/abn_tree.css')
		link(rel='stylesheet', href='/css/jsoneditor.css')
		link(rel='stylesheet', href='/css/ng-terminal.css')
	body
		block content