• Home
  • {% if currentpage.funnel is defined and currentpage != pages|selectattr('funnel', 'defined_and_equalto', currentpage.funnel)|first %}
  • {{ currentpage.funnel }}
  • {% endif %} {% if currentpage.doc_type is defined and currentpage != pages|selectattr('doc_type', 'defined_and_equalto', currentpage.doc_type)|first%}
  • {{ currentpage.doc_type }}
  • {% endif %} {% if currentpage.supercategory is defined and currentpage != pages|selectattr('supercategory', 'defined_and_equalto', currentpage.supercategory)|first %}
  • {{ currentpage.supercategory }}
  • {% endif %} {% if currentpage.category is defined and currentpage != pages|selectattr('category', 'defined_and_equalto', currentpage.category)|first %}
  • {{ currentpage.category }}
  • {% endif %} {% if currentpage.subcategory is defined and currentpage != pages|selectattr('subcategory', 'defined_and_equalto', currentpage.subcategory)|first %}
  • {{ currentpage.subcategory }}
  • {% endif %}
  • {{ currentpage.name }}