From fda14a287154a26053a579b9cd1a4993109a8da4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 23 Jan 2021 22:05:40 +0100 Subject: [PATCH] documentation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5ab6897..5c76a12 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ A template file with some placeholder variables is required and an SQL query to against a MariaDB database. The column names from the query correspond to the variable names in the template. -The template is processed using the Cheetah template module, so simple variable placeholder +The template is processed using the Cheetah template ((https://cheetahtemplate.org/)) module, so simple variable placeholder are just the variable name prefixed with the dollar-sign. However, all other Cheetah template language elements, like conditions, are also available.