{% extends "_default/base.html" %} {% block content %}
{%- set section = get_section(path="products/_index.md") %} {% for page in section.pages %} {% if page.extra.isFeatured %} {%- set_global featured = page %} {% break %} {% endif %} {% endfor %} {% include "partials/featuredProduct.html" %}
{% include "partials/productPosts.html" %} {% include "partials/productSidebar.html" %}
{% endblock content %}