diff --git a/ietf/settings.py b/ietf/settings.py
index fbc02b653..d59ca1c25 100644
--- a/ietf/settings.py
+++ b/ietf/settings.py
@@ -429,6 +429,7 @@ INSTALLED_APPS = [
'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 6fbc669af..ea6a3b60d 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