diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-12-30 01:53:31 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-12-30 01:53:31 +0100 |
commit | be71d0c966e558555ccdc25539e7f9be2ca1693b (patch) | |
tree | 9601282a38aea02c5968087dbe56019400aaf043 | |
parent | 1b851a5778196a34affe397e4c502b326afd3270 (diff) | |
download | blogc-be71d0c966e558555ccdc25539e7f9be2ca1693b.tar.gz blogc-be71d0c966e558555ccdc25539e7f9be2ca1693b.tar.bz2 blogc-be71d0c966e558555ccdc25539e7f9be2ca1693b.zip |
man: fix blogc-template man page
-rw-r--r-- | man/blogc-template.7.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/blogc-template.7.ronn b/man/blogc-template.7.ronn index 2875e36..3a665ab 100644 --- a/man/blogc-template.7.ronn +++ b/man/blogc-template.7.ronn @@ -4,8 +4,8 @@ blogc-template(7) -- blogc's template format ## DESCRIPTION Template files are used as base to build output files by blogc(1). These files -can include variables, blocks and conditionals, that will directly affect the -output files. +can include variables, blocks, conditionals and iterators, that will directly +affect the output files. The syntax of the template files is defined to be simple, without affecting the content output. The syntax is somewhat inspired by Jinja2 syntax. |