diff --git a/ietf/settings.py b/ietf/settings.py
index fbc02b65346..d59ca1c2590 100644
--- a/ietf/settings.py
+++ b/ietf/settings.py
@@ -429,6 +429,7 @@ def skip_unreadable_post(record):
'django.contrib.sites',
'django.contrib.staticfiles',
# External apps
+ 'analytical',
'django_bootstrap5',
'corsheaders',
'django_markup',
diff --git a/ietf/templates/base.html b/ietf/templates/base.html
index 6fbc669af75..ea6a3b60d24 100644
--- a/ietf/templates/base.html
+++ b/ietf/templates/base.html
@@ -1,11 +1,13 @@
{# Copyright The IETF Trust 2015-2022, All Rights Reserved #}
+{% load analytical %}
{% load ietf_filters static %}
{% load origin %}
{% origin %}
{% load django_bootstrap5 %}
+ {% analytical_head_top %}
@@ -32,9 +34,11 @@
+ {% analytical_head_bottom %}
+ {% analytical_body_top %}
Skip to main content