summaryrefslogtreecommitdiff
path: root/Artix-7/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'Artix-7/run.py')
-rwxr-xr-xArtix-7/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Artix-7/run.py b/Artix-7/run.py
index f436b37..f8caf8f 100755
--- a/Artix-7/run.py
+++ b/Artix-7/run.py
@@ -12,6 +12,8 @@ from pathlib import Path
env = Environment(
loader=FileSystemLoader("."),
+ trim_blocks=True,
+ lstrip_blocks=True,
autoescape=select_autoescape(['html', 'xml'])
)