twtxtlist/src/templates/all.nim

9 lines
487 B
Nim

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"
changelogTemplate*: string = staticRead "./templates/changelog.mustache"