{% extends "_layouts/base.html" %}
{% load static %}
{% block title %}Главная{% endblock %}
{% block add_css %}
{% endblock %}
{% block content %}
{% include "_fragments/header.html" with active="home" %}
{% include "home/_fragments/hero.html" %}
{% include 'home/_fragments/advantages.html' %}
{% include 'home/_fragments/about.html' %}
{% include 'home/_fragments/banner.html' %}
{% include 'home/_fragments/popular-products.html' %}
{% include 'home/_fragments/faq.html' %}
{% include "_fragments/footer.html" %}
{% endblock %}