// vim: set ai et nu ts=4 sw=4 cc=100:
doctype HTML
html
    head
        title
            | a.jade


    body
        h1
            | Hello, this is a!
        block body_panel

