{%- include 'blocks/head.html.twig' with { title: pageTitle, cssFolderPath: cssFolderPath } %}
{%- include 'blocks/menu-header.html.twig' %}
{%- include 'blocks/main-menu.html.twig' with { mainMenu: mainMenu } %}
    {% include 'blocks/secondary-menu.html.twig' with { menu: enumsMenu, menuTitle: "Перечисления", activeItemTypeName: name } %} {% include 'blocks/secondary-menu.html.twig' with { menu: classesMenu, menuTitle: "Объекты" } %}
{%- include 'blocks/header.html.twig' with { imagesFolderPath: imagesFolderPath, relativeToRootPath: relativeToRootPath } %}
{%- include 'blocks/class-body.html.twig' with { structure: structure, objectsLinks: objectsLinks } %}
{%- include 'blocks/scripts.html.twig' with { jsFolderPath: jsFolderPath } %}