From 379c7d5144929f5f4d94b9da9cebc73a6e626bc4 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Thu, 9 Feb 2023 10:37:57 -0600 Subject: [PATCH] =?UTF-8?q?add=20features=20to=20templates=20=F0=9F=A4=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/helpers/jinja2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 20174e2c6..fb0723cbc 100644 --- a/files/helpers/jinja2.py +++ b/files/helpers/jinja2.py @@ -84,6 +84,7 @@ def inject_constants(): "COLORS":COLORS, "THEMES":THEMES, "PERMS":PERMS, + "FEATURES":FEATURES, }