{# This file is inserted as the 'footer' of each listed record. #} {% if extended|default() %} {# include the 'default' links to taxonomies. Check the documentation for ways to modify and customize what is output to the browser: https://docs.bolt.cm/contenttypes/taxonomies#displaying-taxonomies-in-templates #} {{ include('partials/_sub_taxonomylinks.twig', { record: record }) }} {% set previous = record.previous('id') %} {% set next = record.next('id') %} {% if previous or next %} {% endif %} {% set relatedrecords = record.related() %} {% if relatedrecords is not empty %}