{% comment %} Solution-Specific Projects Carousel - Auto-populates from projects with matching solution_category {% endcomment %} {% assign solution_projects = site.projects | where: "solution_category", page.title %} {% if solution_projects.size > 0 %} {% endif %}