From: noah morrison Date: Sat, 15 Nov 2014 04:16:56 +0000 (-0500) Subject: Make the unknown tag message more apparent X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=b178d00eb61a421ae6d7172e825212b98838bfe8;p=chevron.git Make the unknown tag message more apparent Maybe this should throw an exception even --- diff --git a/entei.py b/entei.py index b0800a0..04801a2 100755 --- a/entei.py +++ b/entei.py @@ -293,7 +293,7 @@ def render(template='', data={}, partials_path='.', partials_ext='mustache', output += part_out else: - print('>>', tag) + print('UNKNOWN TAG:', tag) return output