From c5a6699ce4ae79145651518d241c7b0ac7b38876 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 19 Feb 2014 01:35:59 +0100 Subject: Add file not found template --- hypo.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypo.hy') diff --git a/hypo.hy b/hypo.hy index 435a128..07d31cc 100755 --- a/hypo.hy +++ b/hypo.hy @@ -55,7 +55,7 @@ (defun no-such-file [] (setv web.ctx.status (str "404 Not Found")) - "No such file.\n") + (render.notfound)) (defun get-lexer [filename content] "Try to guess the correct lexer by FILENAME and CONTENT. -- cgit v1.2.3-54-g00ecf