{% assign page_title = page.title | downcase | replace: ' ', '-'| replace: '&', 'and' %} {% assign site_categories = site.categories %} {% assign accordion_collection = site.accordions | sort: "order" %} {% for item in accordion_collection %} {% if item.path contains page_title %}

{{ item.content }}
{% endif %} {% endfor %}