From ba536fb63c7759f70c998f872bc738e23c1659b7 Mon Sep 17 00:00:00 2001 From: Rasul Kireev Date: Thu, 17 Oct 2024 15:05:22 +0300 Subject: [PATCH] add analytics --- frontend/templates/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/templates/base.html b/frontend/templates/base.html index f95ff2d..0260ef6 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -36,6 +36,15 @@ {% endblock meta %} + + + + + {% stylesheet_pack 'index' %} {% javascript_pack 'index' attrs='defer' %}