{{('message' in globals())}} {{extend 'layout.html'}} {{block header}} {{if response.title:}} {{=response.title}} {{=response.subtitle or ''}} {{pass}} {{end}} {{if 'message' in globals():}} {{elif 'content' in globals():}} {{=content}} {{else:}} {{=BEAUTIFY(response._vars)}} {{pass}} {{block main}}