From cbf18df53d14bedf35dc75da188d6611b3cbfc5f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 5 Feb 2016 21:03:09 -0800 Subject: [PATCH] remove this --- src/quotesite.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/quotesite.nim b/src/quotesite.nim index ede9187..ece1980 100644 --- a/src/quotesite.nim +++ b/src/quotesite.nim @@ -3,10 +3,8 @@ import asyncdispatch, db_sqlite, jester, moustachu, os, const baseTemplate*: string = staticRead "./templates/layout.mustache" - indexTemplate*: string = staticRead "./templates/index.mustache" browseTemplate*: string = staticRead "./templates/browse.mustache" errorTemplate*: string = staticRead "./templates/error.mustache" - quoteTemplate*: string = staticRead "./templates/quote.mustache" testTemplate*: string = """

hi!

"""