appengine/static-files/views/index.pug (8 lines of code) (raw):

doctype html html(lang="en") head title Static Files meta(charset='utf-8') link(rel="stylesheet", href="/static/main.css") body p This is a static file serving example.