{% if node.functions is not empty %}

Functions {{ include('components/headerlink.html.twig', {'on': node, 'at': 'functions'}, with_context = false) }}

{% for function in node.functions %} {% include 'components/function.html.twig' %} {% endfor %}
{% endif %}