diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-25 17:33:05 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-25 17:33:05 -0500 |
| commit | dfe69e008b073a5c1dace2dc047e6696318e4720 (patch) | |
| tree | 522d81c60a0411d79f599ba73b068b5ecda7364f /views/layout.pug | |
| parent | d091617fa9a8c43914fb754ca170cb3b2750d1af (diff) | |
| parent | bb418216efa9cc2e191b970e4cbe5080f4fd2b87 (diff) | |
mer con
Diffstat (limited to 'views/layout.pug')
| -rw-r--r-- | views/layout.pug | 17 |
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 |
