popcorn :: App :: error_tpl
# fun error_tpl(status: Int, message: nullable String): Template do return new ErrorTpl(status, message) end