{% extends "_layouts/base.html" %} {% load static %} {% block title %}Контакты{% endblock %} {% block add_css %} {% endblock %} {% block content %} {% include "_fragments/header.html" with active="contacts" breadcrumb=1 %}
{% include '_fragments/breadcrumbs.html' with url_1='/' text_1='Главная' url_2='/contacts/' text_2='Контакты' %}

КОНТАКТЫ

Адрес:

{{ contact_address }}

Режим работы:

{{ contact_hours_weekdays }}

{{ contact_hours_weekends }}

Как нас найти

{% include "_fragments/footer.html" %} {% endblock %} {% block add_js %} {% endblock %}