diff --git a/_resource/overrides/main.html b/_resource/overrides/main.html
index 84181c7cd..55b80a377 100644
--- a/_resource/overrides/main.html
+++ b/_resource/overrides/main.html
@@ -6,9 +6,22 @@
{# Import the theme's layout. #}
{% extends "base.html" %}
-{# Add EOL lable #}
+{% block announce %}
+
+This documentation is for the end of life version...
+
+{% endblock %}
+
+{% block content %}
+
+EOL TEST
+
+
+{{ super() }}
+{% endblock %}
+
{% block outdated %}
-This documentation is for the end of life version of Percona Distribution for PostgreSQL 13. See the
current documentation.
+This documentation is for the end of life version of Percona Distribution for PostgreSQL 12...
{% endblock %}
{% block scripts %}
@@ -28,10 +41,6 @@
-
-
-
-