From fa2aff26b49cde72441a59cdc01991390d965115 Mon Sep 17 00:00:00 2001 From: singularperturbation Date: Wed, 16 Mar 2016 22:32:35 -0500 Subject: [PATCH] Make .tmpl files use stdtmpl | standard Wouldn't compile on 0.13.1 with `#! stdtmpl`, would with `#? stdtmpl | standard` --- forms.tmpl | 2 +- main.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forms.tmpl b/forms.tmpl index d19224b..4412073 100644 --- a/forms.tmpl +++ b/forms.tmpl @@ -1,4 +1,4 @@ -#! stdtmpl +#? stdtmpl | standard # #template `%`(idx: expr): expr {.immediate.} = # row[idx] diff --git a/main.tmpl b/main.tmpl index 6f4a3a5..3d182c0 100644 --- a/main.tmpl +++ b/main.tmpl @@ -1,4 +1,4 @@ -#! stdtmpl +#? stdtmpl | standard #proc genMain(c: var TForumData, content: string, title = "Nim Forum", # additional_headers = "", showRssLinks = false): string = # result = ""