--- layout: default title: "Compare" category_text: "Pages" category_url: /compare.html ---

Compare

{% for product in site.data.compare.products %}
add to cart
  • Availability

    {% if product.in_stock == true %} In Stock {% else %} Out of Stock {% endif %}

  • Brand

    {{product.brand}}

  • Color

    {{product.color}}

{% endfor %}