{% extends 'base.html.twig' %} {% block content %} {% include('components/breadcrumbs.html.twig') %}
{{ include('components/file-title.html.twig') }} {{ include('components/element-header.html.twig') }} {{ include('components/constants.html.twig') }} {{ include('components/functions.html.twig') }} {{ include('components/source-modal.html.twig') }}
{% endblock %} {% block on_this_page %} {% set constants = constants(node) %} {% set functions = node.functions|default([]) %}
On this page
{% endblock %}