{%- 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/header.html.twig' with { imagesFolderPath: imagesFolderPath, methodsPath: methodsPath, relativeToRootPath: relativeToRootPath } %}
Код ошибки
Текстовое описание ошибки
{% for errorValue in errorType.values %}
{{ errorValue.value }}
{{ errorValue.description }}
{% endfor %}
{%- include 'blocks/scripts.html.twig' with { jsFolderPath: jsFolderPath } %}