{%- include 'blocks/head.html.twig' with { title: pageTitle, cssFolderPath: cssFolderPath } %}
{{ pageTitle }}
{%- include 'blocks/main-menu.html.twig' with { mainMenu: mainMenu } %}
{%- include 'blocks/header.html.twig' with { imagesFolderPath: imagesFolderPath, relativeToRootPath: relativeToRootPath } %}
{%- include 'blocks/table-of-contents-body.html.twig' with { methods: tableOfContents.methods, classes: tableOfContents.classes, enums: tableOfContents.enums } %}
{%- include 'blocks/scripts.html.twig' with { jsFolderPath: jsFolderPath } %}