aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/layout.pug
blob: 6f6faf0852b9509cd45126cc8da2e40db4dafed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
 layout.pug
 Copyright (c) 2019, Texx
 License: MIT
     See https://github.com/texxme/Texx/blob/master/LICENSE

doctype html
html
    head
        title= title
        script(src='/app.js')
        link(rel='stylesheet', href='/app.css')
    body
        block content