Collections

    {% for collection in all_collections %} {% capture tmp_col %}{{ collection.title | remove:' ' | remove:'&' | remove:'&' }}{% endcapture %} {% capture tmp_title %}{{ page_title | remove:' ' | remove:'&' | remove:'&' }}{% endcapture %}
  • {{ collection.title | escape }}
  • {% endfor %}