This commit is contained in:
2023-09-19 17:43:18 +03:00
parent 7abad9c43d
commit 97fb0e3e13
3 changed files with 77 additions and 1 deletions

View File

@@ -17,6 +17,9 @@
{% if page.url == 'contacts' %}
{% include "blocks/static_pages_blocks/b_contacts.html" %}
{% endif %}
{% if page.url == 'customer_service' %}
{% include "blocks/static_pages_blocks/b_customer_service.html" %}
{% endif %}
{% endblock %}