/kai/templates/error.mako
https://bitbucket.org/bbangert/kai/ · Mako · 3 lines · 3 code · 0 blank · 0 comment · 2 complexity · 9e4d9464e58a49ea5263f6c90f21c305 MD5 · raw file
- <%inherit file="layout.mako" />
- <%def name="title()">${parent.title()} - Error ${c.code}</%def>
- ${c.message}