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