Merge pull request #81 from singularperturbation/feature/fix_stdtmpl

Make .tmpl files use stdtmpl | standard
This commit is contained in:
Dominik Picheta 2016-04-28 17:06:35 +01:00
commit 4701c0ecee
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! stdtmpl
#? stdtmpl | standard
#
#template `%`(idx: expr): expr {.immediate.} =
# row[idx]

View file

@ -1,4 +1,4 @@
#! stdtmpl
#? stdtmpl | standard
#proc genMain(c: var TForumData, content: string, title = "Nim Forum",
# additional_headers = "", showRssLinks = false): string =
# result = ""