Make .tmpl files use stdtmpl | standard

Wouldn't compile on 0.13.1 with `#! stdtmpl`, would with
`#? stdtmpl | standard`
This commit is contained in:
singularperturbation 2016-03-16 22:32:35 -05:00
commit fa2aff26b4
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 = ""