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!

"""