{% extends 'system/base_site.html' %} {% load i18n static bayketags articletags %} {% block header %} {% include 'shop/header.html' %} {% endblock %} {% block breadcrumb %}
分类:{{ article.category.name }} 时间:{{ article.pub_date|timesince }}前 {% if article.tags.count %} 标签:{{ article.tags.all|join:',' }} {% endif %} 浏览量:{{ article.pv }}
{{ article.desc }}...