{%- 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 } %}
    {% for menu in menus %} {% include 'blocks/secondary-menu.html.twig' with { menu: menu, menuTitle: menu.title, activeItemTypeName: name } %} {% endfor %}
{%- include 'blocks/header.html.twig' with { imagesFolderPath: imagesFolderPath, methodsPath: methodsPath, relativeToRootPath: relativeToRootPath } %}
{%- include 'blocks/method-body.html.twig' with { method: method, objectsLinks: objectsLinks } %}
{%- include 'blocks/scripts.html.twig' with { jsFolderPath: jsFolderPath } %}