diff --git a/templates/blocks/b_projects.html b/templates/blocks/b_projects.html
new file mode 100644
index 0000000..566549b
--- /dev/null
+++ b/templates/blocks/b_projects.html
@@ -0,0 +1,10 @@
+
+
+
+
+ Title
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/pages/content/c_blocks_constructor.html b/templates/pages/content/c_blocks_constructor.html
index 2cd3af3..bf803c5 100644
--- a/templates/pages/content/c_blocks_constructor.html
+++ b/templates/pages/content/c_blocks_constructor.html
@@ -24,6 +24,8 @@
{% include 'blocks/b_functional_features.html' %}
{% elif block.block_type == 'photo_n_text' %}
{% include 'blocks/b_presentation_aerBim.html' %}
+ {% elif block.block_type == 'projects_block' %}
+ {% include 'blocks/b_projects.html' %}
{% endif %}
{% endfor %}