You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

104 lines
4.9 KiB

{% load cms_tags staticfiles sekizai_tags menu_tags i18n %}
{% load pipeline %}
<!doctype html>
<html ng-app="zuykov">
<head>
<meta charset="utf-8">
<title>{% block title %}Zuykov and partners{% endblock title %}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="{% page_attribute "meta_description" %}" />
<meta name="google-site-verification" content="EoS8MgJcpPun9wGnGcnkZwIscIul2QSCu-gDPQ5hWew" />
<meta name='yandex-verification' content='5a95933195045ad8' />
{% stylesheet 'main' %}
{% javascript 'vendor' %}
{% javascript 'main' %}
{% render_block "css" %}
<link rel="icon" type="image/svg+xml" href="/static/imgs/favicon.svg"/>
<link rel="icon" type="image/x-icon" href="/static/imgs/favicon.ico">
<link rel="alternate icon" type="image/png" href="/static/imgs/favicon.png"/>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NFDRD7X');</script>
</head>
<body ng-controller="MainCtrl">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NFDRD7X"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
{% cms_toolbar %}
<div class="container">
<div class="wrapper no-print">
<div class="header-logo">
<a href="/{{request.LANGUAGE_CODE}}/">
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}" class="header-logo-desktop">
<img src="{% with 'imgs/logo_'|add:request.LANGUAGE_CODE|add:'_mobile.svg' as image_static %}{% static image_static %}{% endwith %}" class="header-logo-mobile">
</a>
{% static_placeholder 'header-slogan-main-'|add:request.current_page.get_root.reverse_id %}
</div>
<div class="header-content">
{% if request.current_page.parent %}
{% static_placeholder 'header-content-'|add:request.current_page.get_root.reverse_id %}
{% elif request.current_page.reverse_id %}
{% static_placeholder 'header-content-main-'|add:request.current_page.reverse_id %}
{% endif %}
</div>
<div class="header-contacts">
<ul class="list-unstyled list-inline">
<li>{% language_chooser 'language_chooser.html' %}</li>
<li><a href="{% page_url "about" %}"><strong>{% page_attribute "page_title" "about" %}</strong></a></li>
<li><a href="{% page_url "contacts" %}"><strong>{% page_attribute "page_title" "contacts" %}</strong></a></li>
</ul>
<div class="consultation">
{% static_placeholder 'consultation' %}
</div>
</div>
</div>
{% show_menu 0 1 100 100 "menu_header.html" %}
<div class="clearfix"></div>
{% block content %}{% endblock content %}
<footer>
{% static_placeholder 'footer' %}
<div class="background-line-pattern"></div>
<div class="about">
<a href="/" class="no-border">
<img src="{% with 'imgs/logo_footer_'|add:request.LANGUAGE_CODE|add:'.svg' as image_static %}{% static image_static %}{% endwith %}">
</a>
<p class="copyright">© 2004—{% now "Y" %}</p>
<ul class="list-unstyled">
<li><a href="{% page_url "about" %}">{% page_attribute "page_title" "about" %}</a></li>
<li><a href="{% page_url "contacts" %}"><strong>{% page_attribute "page_title" "contacts" %}</a></strong></li>
<li>{% language_chooser 'language_chooser.html' %}</li>
</ul>
</div>
<div class="menu no-print">
<h5 class="footer-slogan"><nobr>{% trans "— There is nothing impossible. Almost nothing" %}</nobr></h5>
{% show_menu 0 1 100 100 "menu_footer.html" %}
</div>
<div class="content no-print">
{% static_placeholder 'footer_content' %}
</div>
<div class="contacts pull-right">
{% static_placeholder 'footer-contacts' %}
</div>
</footer>
</div>
{% render_block "js" %}
</body>
</html>