git-annex/templates/bootstrap.hamlet

15 lines
367 B
Text
Raw Normal View History

$doctype 5
<html>
<head>
<title>
$maybe reldir <- relDir webapp
#{reldir} #{pageTitle page}
$nothing
#{pageTitle page}
<link rel="icon" href=@{StaticR favicon_ico} type="image/x-icon">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
^{pageHead page}
<body>
2012-07-28 00:47:48 +00:00
^{pageBody page}
<div #modal></div>