{% set properties = properties(node)|sortByVisibility %} {% if properties is not empty %}

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

{% for property in properties %} {% include 'components/property.html.twig' %} {% endfor %}
{% endif %}