From 77af3b8b331d4a67a3523f03081b1e2a98915a0a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 13 Aug 2018 23:20:28 +0200 Subject: o Using 'Has hard core' record property for a few values. --- Artix-7/run.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Artix-7/run.py') 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']) ) -- cgit v1.2.3