def error(request): msgs = messages.get_messages(request) return TemplateResponse(request, 'bom/error.html', locals())