#? stdtmpl(subsChar = '$', metaChar = '#') #import "main_template_top.nimf", "main_template_bottom.nimf" #proc error404Template*(csrfToken: string): string = # result = "" ${mainTemplateTop("Error! Status Code: 404", csrfToken)}

Error! Status Code: 404


The page or resource requested does not exist.

Please try again, or report to site admin.

Thanks!

${mainTemplateBottom()}
#end proc