aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-14 10:50:09 +0000
committerNils Gillmann <ng0@n0.is>2018-10-14 10:50:09 +0000
commit9a7bca87c59a9d3116fe7a854bfa81aff617a06a (patch)
treecc2163793d7bedb716acd0c50bad4030919fe398
parent5f1b1b5faa4bb6d61d8e76e76692c5ba9c0bce88 (diff)
downloadwww-9a7bca87c59a9d3116fe7a854bfa81aff617a06a.tar.gz
www-9a7bca87c59a9d3116fe7a854bfa81aff617a06a.zip
jinja2 not jinga2
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rwxr-xr-xtemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.py b/template.py
index a8428003..6d587954 100755
--- a/template.py
+++ b/template.py
@@ -1,7 +1,7 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# This file is in the public domain. 2# This file is in the public domain.
3# 3#
4# This script runs the jinga2 templating engine on an input template-file 4# This script runs the jinja2 templating engine on an input template-file
5# using the specified locale for gettext translations, and outputs 5# using the specified locale for gettext translations, and outputs
6# the resulting (HTML) ouptut-file. 6# the resulting (HTML) ouptut-file.
7# 7#