{% load static %} {% load thumbnail %} {% block canonical %}{% endblock %} {% if seo_above and seo_above.meta_title %} {{ seo_above.meta_title }} {% elif curr_title %} {{ curr_title }} {% else %} {% if title %} {{ title }} {% else %} Union Auto {% endif %} {% endif %} {% if seo_above and seo_above.meta_description %} {% elif curr_description %} {% endif %} {% if seo_above and seo_above.meta_keywords %} {% endif %} {# {% if seo_above and seo_above.og_image %}#} {# {% else %}#} {% block style %}{% endblock %}
{% block preheader %} {% endblock %} {% include 'includes/header.html' %} {% block content %} {% endblock %} {% include 'includes/mobile_navigation.html' %}
{% include 'includes/footer.html' %} {% include 'includes/navigation.html' %} {% include 'includes/modals/modal_form.html' %} {% include 'includes/modals/modal_form_budget.html' %} {% include 'includes/modals/free_to_modal_form.html' %} {% include 'includes/modals/best_price_modal_form.html' %} {% include 'includes/modals/modal_review.html' %} {% include 'includes/telegram_popup.html' %}
{% block js %}{% endblock %}