0.0.124 upd partners and for customer page

This commit is contained in:
2023-09-04 10:42:20 +03:00
parent 27db6bd53f
commit 436cd9aa58
8 changed files with 173 additions and 3 deletions

View File

@@ -11,4 +11,8 @@
{% if page.url == 'about_service' %}
{% include "blocks/static_pages_blocks/b_about_service.html" %}
{% endif %}
{% if page.url == 'partners' %}
{% include "blocks/static_pages_blocks/b_partners.html" %}
{% endif %}
{% endblock %}