aboutsummaryrefslogtreecommitdiff
path: root/views/layout.pug
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-02-24 16:26:14 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-02-24 16:26:14 -0500
commitb119b7d4b38c3eada66e4ac49f1d65dfae6b22c0 (patch)
treeae38ab0d33da6354d0777c4f159363d3f3783e45 /views/layout.pug
parent1447bcdb79425d2e520ca39732d600466deb242c (diff)
parentd9d55e422826da1fe87aa7973c92e54bc0c99f02 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into navigation
Diffstat (limited to 'views/layout.pug')
-rw-r--r--views/layout.pug17
1 files changed, 17 insertions, 0 deletions
diff --git a/views/layout.pug b/views/layout.pug
new file mode 100644
index 000000000..fb22ae770
--- /dev/null
+++ b/views/layout.pug
@@ -0,0 +1,17 @@
+doctype html
+html(lang='')
+ head
+ meta(charset='utf-8')
+ meta(http-equiv='X-UA-Compatible', content='IE=edge')
+ meta(name='viewport', content='width=device-width, initial-scale=1.0')
+ title #{title} - Dash
+ meta(name='description', content='')
+ meta(name='theme-color' content='#4DA5F4')
+ meta(name='csrf-token', content=_csrf)
+ link(rel='shortcut icon', href='/images/favicon.png')
+ link(rel='stylesheet', href='/css/main.css')
+
+ body
+
+ .container
+ block content \ No newline at end of file