aboutsummaryrefslogtreecommitdiff
path: root/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'template.py')
-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#