title Browse categories layout browse {% for page in site.pages %}{% if page.url contains "category-" %} {{page.title}}{% endif %} {% endfor %}