//-
 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