diff options
Diffstat (limited to 'views/layout.pug')
-rw-r--r-- | views/layout.pug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/layout.pug b/views/layout.pug new file mode 100644 index 0000000..68a7399 --- /dev/null +++ b/views/layout.pug @@ -0,0 +1,7 @@ +doctype html +html + head + title= title + link(rel='stylesheet', href='/styles/style.css') + body + block content |