diff --git a/templates/pages/p_contacts.html b/templates/pages/p_contacts.html
index ccf47b7..96d34c0 100644
--- a/templates/pages/p_contacts.html
+++ b/templates/pages/p_contacts.html
@@ -14,4 +14,10 @@
+
+ {% include "pages/content/c_blocks_constructor.html" %}
+
+ {% if page.plugin_presentation.all %}
+ {% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}
+ {% endif %}
{% endblock %}
\ No newline at end of file