TRI-283: вёрстка лендинга

This commit is contained in:
2024-11-14 21:05:15 +03:00
parent 9dd3fbe47d
commit 1151744247
21 changed files with 970 additions and 457 deletions

View File

@@ -213,7 +213,7 @@ function gtag_report_conversion(url) {
</div>
</div>
{% endif %}
<div class="wrapper_content {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% elif request.path == '/test_404' %}m_h_0{% endif %}">
<div class="{% if page.url == "landing_mover" %}container{% else %}wrapper_content{% endif %} {% if page.url == 'customer_service'%} m_h_0 {% elif page.url == 'contacts' %}m_h_0{% elif request.path == '/test_404' %}m_h_0{% endif %}">
{% block content %}
{% endblock %}
@@ -232,8 +232,7 @@ function gtag_report_conversion(url) {
}
document.cookie = "user_tz=" + tz + ";path=/";
</script>
{% block before_close %}
{% endblock %}
</body>
</body>
</html>