Move templates into src
This commit is contained in:
parent
e598cced24
commit
5c02b05882
|
@ -1,7 +1,7 @@
|
|||
import asyncdispatch, jester, moustachu, os, strutils
|
||||
|
||||
const
|
||||
baseTemplate = staticRead "../templates/layout.mustache"
|
||||
baseTemplate = staticRead "./templates/layout.mustache"
|
||||
|
||||
settings:
|
||||
port = 5000.Port
|
||||
|
|
Loading…
Reference in New Issue