Home

Your custom text goes here

{% if blogs.news.articles.size > 0 %}{% assign articles = blogs.news.articles %}{% endif %}
{% assign col = '3' %}{% if col == '1' %}{% assign colClass = 'gf_col-sm-12 gf_column gf_col_no_tools' %}{% endif %}{% if col == '2' %}{% assign colClass = 'gf_col-sm-6 gf_column gf_col_no_tools' %}{% endif %}{% if col == '3' %}{% assign colClass = 'gf_col-sm-12 gf_col-md-4 gf_column gf_col_no_tools' %}{% endif %}{% if col == '4' %}{% assign colClass = 'gf_col-sm-12 gf_col-md-6 gf_col-lg-3 gf_column gf_col_no_tools' %}{% endif %}{% if col == '6' %}{% assign colClass = 'gf_col-sm-12 gf_col-md-6 gf_col-lg-2 gf_column gf_col_no_tools' %}{% endif %}{% assign count = 1 %}{% for article in articles limit: 3 %}
{{ article.content |strip_html | truncatewords:20, '...' }}
{% assign modulo = count | modulo: 3 %}{% if modulo == 0 %}
{% endif %}{% assign count = count | plus: 1 %}{% endfor %}
{% if collections.all.products.size > 0 %}{% assign products = collections.all.products %}{% endif %}
{% assign col = '3' %}{% if col == '1' %}{% assign colClass = 'gf_col-sm-12 gf_column gf_col_no_tools' %}{% endif %}{% if col == '2' %}{% assign colClass = 'gf_col-sm-6 gf_column gf_col_no_tools' %}{% endif %}{% if col == '3' %}{% assign colClass = 'gf_col-sm-12 gf_col-md-4 gf_column gf_col_no_tools' %}{% endif %}{% if col == '4' %}{% assign colClass = 'gf_col-sm-12 gf_col-md-6 gf_col-lg-3 gf_column gf_col_no_tools' %}{% endif %}{% if col == '6' %}{% assign colClass = 'gf_col-sm-12 gf_col-md-6 gf_col-lg-2 gf_column gf_col_no_tools' %}{% endif %}{% assign count = 1 %}{% for product in products limit: 3 %}
{% assign current_variant = product.selected_or_first_available_variant %}{% assign featured_image = current_variant.featured_image | default: product.featured_image %}{% if featured_image %}{{ product.title }}{% else %}{{ product.title }}{% endif %}{% if '0' == '1' %}
{% for image in product.images %}{% if image.src != featured_image %}{{ product.title }}{% endif %}{% endfor %}
{% endif %}
{% assign current_variant = product.selected_or_first_available_variant %}
{% assign comparePrice = current_variant.compare_at_price | plus: 0 %}{% assign currentPrice = current_variant.price | plus: 0 %}{% if comparePrice > currentPrice %}{% if '1' == '1' %}{{ current_variant.compare_at_price | money }}{% endif %}{% endif %}{{ current_variant.price | money }}
{% if 'auto' != '' and 'auto' != 'auto' %}{% else %}{% endif %}
{% unless product == empty %}{% for variant in product.variants %}{% endfor %}{% endunless %}
{% assign modulo = count | modulo: 3 %}{% if modulo == 0 %}
{% endif %}{% assign count = count | plus: 1 %}{% endfor %}

Your custom text goes here