{% for filter in page.filters %}
{{ filter.title }}
{% for option in filter.options %} {% capture filter_name %} {{ filter.title | replace: ' ', '_' }}_{{ option.title | replace: ' ', '_' | replace: '-', '_' | replace: '.', '_' | replace: '/', '_' }} {% endcapture%} {% if option.filter.rule %} {% endif %} {% endfor %}
{% endfor %}