Move templates into src

This commit is contained in:
Christine Dodrill 2016-02-05 14:13:39 -08:00
parent e598cced24
commit 5c02b05882
2 changed files with 1 additions and 1 deletions

View File

@ -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