{%- include 'blocks/head.html.twig' with { title: pageTitle, cssFolderPath: cssFolderPath } %}
{{ pageTitle }}
{%- 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/enum-body.html.twig' with { structure: structure } %}
{%- include 'blocks/scripts.html.twig' with { jsFolderPath: jsFolderPath } %}