0.0.135 add contacts page

This commit is contained in:
2023-09-14 13:08:14 +03:00
parent 11506903cc
commit 2dbbc7dcaf
4 changed files with 103 additions and 5 deletions

View File

@@ -14,5 +14,8 @@
{% if page.url == 'partners' %}
{% include "blocks/static_pages_blocks/b_partners.html" %}
{% endif %}
{% if page.url == 'contacts' %}
{% include "blocks/static_pages_blocks/b_contacts.html" %}
{% endif %}
{% endblock %}