//-
 layout.pug
 Copyright (c) 2019, Texx
 License: MIT
     See https://github.com/texxme/Texx/blob/master/LICENSE

doctype html
html(lang='en')
    head
        title Texx
        meta(charset='UTF-8')
        meta(name='viewport',
        content='width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0')
        meta(http-equiv='X-UA-Compatible' content='ie=edge')
        script(src='app.js')
        link(rel='stylesheet', href='app.css')
    body
        block content