aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 14 deletions
diff --git a/templates/bootstrap.hamlet b/templates/bootstrap.hamlet
deleted file mode 100644
index f743a0d46..000000000
--- a/templates/bootstrap.hamlet
+++ /dev/null
@@ -1,14 +0,0 @@
-$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>