{% extends 'blog/blog.html' %} {% load static %} {% comment %} {% extends 'base.html' %} {% endcomment %} {% 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}}

By David Grzyb, Published on {{detail.created_on}}

{% comment %} 限制文本长度 {% endcomment %} {{detail.content|truncatechars:128}}

{% tags detail.tags%} Continue Reading {{detail.product_name}}
{% endfor %} {% comment %} {% endcomment %} {% endblock %} {% block sidebar_section %} {% block about_us %}
{% last_update 10 %}
{% endblock %}
{% endblock %}