summaryrefslogtreecommitdiff
path: root/templates/bootstrap.hamlet
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bootstrap.hamlet')
-rw-r--r--templates/bootstrap.hamlet14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/bootstrap.hamlet b/templates/bootstrap.hamlet
new file mode 100644
index 000000000..f743a0d46
--- /dev/null
+++ b/templates/bootstrap.hamlet
@@ -0,0 +1,14 @@
+$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>
+ ^{pageBody page}
+ <div #modal></div>