{% extends 'Layout/blog_layout.html' %} {% load core_tags ecom_tags %} {% block content %}
{% if page.bgGradient %}

{{page.customTitle|safe}}

{% elif page.bgImage.file.url %}
{{page.bgImage.title}}

{{page.customTitle|safe}}

{% else %}

{{page.customTitle|safe}}

{% endif %}

Table of content

{% for block in page.body %} {% if block.block_type == 'section' %} {% for content in block.value.content %} {% if content.block_type == 'heading' %}
  • {{content.value.title}}
  • {% elif content.block_type == 'highlight_heading' %}
  • {{content.value.title}}
  • {% elif content.block_type == 'image_heading' %}
  • {{content.value.title}}
  • {% endif %} {% endfor %} {% elif block.block_type == 'row' %} {% for content in block.value.content %} {% for content in content.value %} {% if content.block_type == 'heading' %}
  • {{content.value.title}}
  • {% elif content.block_type == 'highlight_heading' %}
  • {{content.value.title}}
  • {% elif content.block_type == 'image_heading' %}
  • {{content.value.title}}
  • {% endif %} {% endfor %} {% endfor %} {% endif %} {% endfor %}
    {% if page.show_author %}

    {{page.owner}}

    | {% endif %}

    {{page.first_published_at|date:"d M,Y"}}

    |

    {{page.readTime}} min

    | {% if not user.is_authenticated %} {% else %} {% if not is_bookmarked %} {% else %} {% endif %} {% endif %}
    {% for social in page.blog_social.all %} {{social.slp.soLogoText|safe}} {% endfor %}
    {% if page.search_image %} {{page.title}} {% endif %}
    {% for hl in page.highlights %} {% if hl.block_type == 'title' %}

    {{hl.value.title}}

    {% elif hl.block_type == 'body' %} {% for block in hl.value %} {% for list in block.value.list %}
    {{list}}
    {% endfor %} {% endfor %} {% else %} {{hl.block_type}} {% endif %} {% endfor %} {% for block in page.body %} {% if block.block_type == 'section' %} {% for content in block.value.content %} {% if content.block_type == 'highlight_heading' %}
    {{content.value.title}}
    {% endif %} {% endfor %} {% elif block.block_type == 'row' %} {% for content in block.value.content %} {% for content in content.value %} {% if content.block_type == 'highlight_heading' %}
    {{content.value.title}}
    {% endif %} {% endfor %} {% endfor %} {% endif %} {% endfor %}
    {{page.shortDesc|add_list_classes}} {% if prodList %}
    {% for similar in prodList %} {% endfor %}
    .
    {{similar.title}}

    {{similar.customTitle|safe}}

    {% for similar in prodList %} {% endfor %} {% for attr in similarAttr %} {% for similar in prodList %} {% endfor %} {% endfor %}
    Price
    {{ settings.core.CurrencySettings.icon|safe }} {{similar.prodDealPrice}}

    M.R.P: {{ settings.core.CurrencySettings.icon|safe }} {{similar.prodMRP}}

    {% if similar.get_buy_now %} Buy Now {% endif %}
    {{attr}} {% prod_var_av_compare similar.id attr as pav %} {% if pav.value_text %} {{pav.value_text}} {% else %} - {% endif %}
    {% endif %} {% for block in page.body %} {% if block.block_type == 'section' %} {% include 'components/BlogPageBlock/sectionBlock.html' %} {% elif block.block_type == 'row' %} {% include 'components/BlogPageBlock/rowBlock.html' %} {% else %} {{block.block_type}} {% endif %} {% endfor %} {% include 'components/common/comment.html' %}
    {% endblock content %}