#? stdtmpl(subsChar = '$', metaChar = '#') #import "main_template_top.nimf", "main_template_bottom.nimf", "../helpers/form" #proc error500Template*(csrfToken: string, fr: FormResult): string = # result = "" ${mainTemplateTop("Error! Status Code: 500", csrfToken)}

Error! Status Code: 500


#if fr.message.len > 0:

Application Error Message: ${fr.message}

#end if

If you're seeing this, unfortunately, you've found a bug.

Please report that you received a "500 page", including any Application Error Message above, to your web host.

Thank You!

${mainTemplateBottom()}
#end proc