extends layout
block title
    title 500

block extraStyles
    link(rel="stylesheet", href="/static/style/error-handle.css")

block bodyContent
    .view.view-error-handle.view-500
        h2.message=message

block extraScripts
