aboutsummaryrefslogtreecommitdiff
path: root/views/layout.pug
blob: b45a6bd59d5e96d60d390cb44a00dc334ae78331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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} - Hackathon Starter
    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