${tg.flash.message}
%endif
%except:
## tg.flash is broken in some error cases; don't worry about it failing.
## Hack because Mako doesn't realize it needs to put a "pass" here.
%endtry
${next.body()}
%def>
${self.head()}
## Prevent this page from being cached, because it uses login info
<%
if addDep is not UNDEFINED:
addDep(DISCORDIA)
identity = None
try:
if len(tg.request._object_stack()) > 0 and tg.request.identity:
identity = tg.request.identity
except Exception:
pass
%>