extends layout
block content
    div.container
        h1 #{title}
        if message
            p!= message
        else
            p= 'Your App is running!'
        footer
            if author && year
                span!= 'Powered by ' + author + ' - ' + year
