From 614ed6d16ff5aa71d0522bc819cce59a91f7164c Mon Sep 17 00:00:00 2001
From: larros <larserik.rosengren@gmail.com>
Date: Sun, 1 Oct 2017 18:00:05 +0200
Subject: Fix whitespace handling for macros and imports (#55)

Resolves https://github.com/djc/askama/issues/52.

* Fix of review comments
---
 testing/templates/import.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'testing/templates/import.html')

diff --git a/testing/templates/import.html b/testing/templates/import.html
index 87d7969..51ddd2f 100644
--- a/testing/templates/import.html
+++ b/testing/templates/import.html
@@ -1,2 +1,4 @@
-{% import "macro.html" -%}
-{%- call thrice(s) %}
+
+{%- import "macro.html" -%}
+
+{% call thrice(s) %}
-- 
cgit