{% extends 'blog/blog.html' %} {% load static %} {% comment %} {% extends 'base.html' %} {% endcomment %} {% load cache %} {% load post_extras %} {% block title %}{{title}}{% endblock %} {% block top_nav %} {% endblock %} {% block head %} {% if meta.noindex %} {% endif %} {% endblock %} {% block body_class_expand %}tag{% endblock %} {% block article_list %} {% for detail in object_list %}
{%if detail.article_img%}

{{detail.product_name}}

{%endif%}
{{detail.title}}

Published on {{detail.created_on}}

{% cache 36000 content_truncatechars_128 detail.pk %} {{detail.content|truncatechars:128}} {% endcache %}

{% cache 36000 tags detail.pk %} {% tags detail.tags 5 detail.pk %} {% endcache %} Continue Reading {{detail.product_name}}
{% endfor %} {% comment %} {% endcomment %} {% endblock %} {% block sidebar_section %} {% block about_us %}
{% last_update 10 %}
{% endblock %}
{% endblock %}