{% extends 'base.html.twig' %} {% block content %} {% include 'components/breadcrumbs.html.twig' %}
{{ include('components/namespace-title.html.twig') }} {{ include('components/table-of-contents.html.twig', {'packages': node.children}) }} {{ 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 %}