--- layout: default js-package: blog css-package: blog --- {% if page.image.featured %}
{% if assets[page.image.name] %}
{% if page.shape-divider %} {% include shape-divider.html %} {% endif %}
{% endif %} {% endif %}
{% if site.data.settings.blog.sidebar.display-on-posts %}
{% unless page.image.featured %} {% endunless %} {{ content }}
{% if page.featured-products %}

Featured Products


{% for each in page.featured-products %} {% capture product-perma %}/product/{{each}}/{% endcapture %} {% assign product = site.data.product_db.products | where: "product_permalink", product-perma | first %}
{{product.product_title}} View Product
{% endfor %}

{% endif %} {% comment %} TAGS - Check to see if the tags_enabled setting in settings.yml data file is toggled. {% endcomment %} {% include post-tags.html %} {% comment %} COMMENTS - Check to see if comments are toggled for this particular post. {% endcomment %} {% include post-comments.html %}
{% include post-sidebar.html %}
{% else %}
{% unless page.image.featured %} {% endunless %} {{ content }}
{% endif %}