summaryrefslogtreecommitdiff
path: root/templates/bootstrap.hamlet
blob: cf686f84337fe564196ecc39b82f3650ae0a0463 (plain)
1
2
3
4
5
6
7
8
9
10
$doctype 5
<html>
  <head>
    <title>#{relDir webapp} #{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>
    ^{pageBody page}
    <div #modal></div>