Make .tmpl files use stdtmpl | standard
Wouldn't compile on 0.13.1 with `#! stdtmpl`, would with `#? stdtmpl | standard`
This commit is contained in:
parent
f6f4e5c888
commit
fa2aff26b4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#! stdtmpl
|
||||
#? stdtmpl | standard
|
||||
#
|
||||
#template `%`(idx: expr): expr {.immediate.} =
|
||||
# row[idx]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#! stdtmpl
|
||||
#? stdtmpl | standard
|
||||
#proc genMain(c: var TForumData, content: string, title = "Nim Forum",
|
||||
# additional_headers = "", showRssLinks = false): string =
|
||||
# result = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue