From f8f6119ef66d1cae1414c4646ffb79671e5a8696 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 17 Dec 2024 14:25:10 +0700 Subject: [PATCH] added dynamic load css --- author/project/system/views/themes/default/head.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/author/project/system/views/themes/default/head.html b/author/project/system/views/themes/default/head.html index 5c7321d..7ed1d80 100755 --- a/author/project/system/views/themes/default/head.html +++ b/author/project/system/views/themes/default/head.html @@ -11,6 +11,9 @@ {% endblock %} {% block css %} +{% for element in css %} + +{% endfor %}