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