From 906ed5ed14e52c1856bc9bb04ece4d4e8eea2c41 Mon Sep 17 00:00:00 2001 From: Adrian Mvungi <41329970+adryxTZ@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:14:29 +0000 Subject: [PATCH] teplate extensions --- hamlpy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hamlpy/__init__.py b/hamlpy/__init__.py index b61a1f3..11a4d82 100755 --- a/hamlpy/__init__.py +++ b/hamlpy/__init__.py @@ -1 +1,2 @@ import templatize +HAML_EXTENSIONS = ['.haml'] \ No newline at end of file