remove this

This commit is contained in:
Christine Dodrill 2016-02-05 21:03:09 -08:00
parent f4165c96dc
commit cbf18df53d
1 changed files with 0 additions and 2 deletions

View File

@ -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 = """<p>hi!</p>"""