diff --git a/GeneralApp/models.py b/GeneralApp/models.py
index 01eb505..a74ecb6 100644
--- a/GeneralApp/models.py
+++ b/GeneralApp/models.py
@@ -138,6 +138,7 @@ class Option(BaseModel):
verbose_name = _('Параметр')
verbose_name_plural = _('Параметры')
+
class FAQitem(BaseModel):
content_type = models.ForeignKey(ContentType, on_delete=models.SET_NULL, null=True)
diff --git a/templates/promo/i_counters.html b/templates/promo/i_counters.html
new file mode 100644
index 0000000..4b0f9f7
--- /dev/null
+++ b/templates/promo/i_counters.html
@@ -0,0 +1,17 @@
+
+
+
+
\ No newline at end of file
diff --git a/templates/tb_base.html b/templates/tb_base.html
index 615aa33..0c1dac9 100644
--- a/templates/tb_base.html
+++ b/templates/tb_base.html
@@ -36,5 +36,6 @@
{% include 'blocks/b_footer.html' %}
+ {% include 'promo/i_counters.html' %}