remove this
This commit is contained in:
parent
f4165c96dc
commit
cbf18df53d
|
@ -3,10 +3,8 @@ import asyncdispatch, db_sqlite, jester, moustachu, os,
|
||||||
|
|
||||||
const
|
const
|
||||||
baseTemplate*: string = staticRead "./templates/layout.mustache"
|
baseTemplate*: string = staticRead "./templates/layout.mustache"
|
||||||
indexTemplate*: string = staticRead "./templates/index.mustache"
|
|
||||||
browseTemplate*: string = staticRead "./templates/browse.mustache"
|
browseTemplate*: string = staticRead "./templates/browse.mustache"
|
||||||
errorTemplate*: string = staticRead "./templates/error.mustache"
|
errorTemplate*: string = staticRead "./templates/error.mustache"
|
||||||
quoteTemplate*: string = staticRead "./templates/quote.mustache"
|
|
||||||
|
|
||||||
testTemplate*: string = """<p>hi!</p>"""
|
testTemplate*: string = """<p>hi!</p>"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue