twtxtlist/src/templates/all.nim

8 lines
412 B
Nim
Raw Normal View History

2016-02-07 15:03:04 +00:00
const
baseTemplate*: string = staticRead "./templates/layout.mustache"
errorTemplate*: string = staticRead "./templates/error.mustache"
indexTemplate*: string = staticRead "./templates/index.mustache"
usersTemplate*: string = staticRead "./templates/users.mustache"
tweetsTemplate*: string = staticRead "./templates/tweets.mustache"
submitTemplate*: string = staticRead "./templates/submit.mustache"