{% extends 'base/base.html' %}
{% load static %}
{% block title %}{{ company_name }} - Главная{% endblock %}
{% block content %}
{% include 'components/navbar.html' %}
{% include 'messages.html' %}
{% include 'components/hero.html' %}
{% include 'components/portfolio.html' %}
{% include 'components/our_orders.html' %}
{% include 'components/order_form.html' %}
{% include 'components/footer.html' %}
{% endblock %}
{% block scripts %}
{% endblock %}