{% extends 'base_telegram_bot_menu.html' %}
{% load static %}
{% load i18n %}
{% block title %}{% trans "Конструктор" %}{% endblock title %}
{% block animation_styles %}{% endblock animation_styles %}
{% block styles %}
{{ block.super }}
{% endblock styles %}
{% block content %}
{% include 'telegram_bot_constructor/command_offcanvas.html' %}
{% include 'telegram_bot_constructor/diagram.html' %}
{% endblock content %}
{% block animation_scripts %}{% endblock animation_scripts %}
{% block scripts %}
{{ block.super }}
{% endblock scripts %}