{{ article.title }}

作者:
{{ article.author.username}}
发表时间:
{{ article.created_time}}
{{ article.views }}
分类:
{% for tag in categorys %} {{ tag.name }} {% endfor %}
{% if article.editor == 'rich' %} {% autoescape off %} {{ article.content}} {% endautoescape %} {% else %} {% autoescape off %}
{% endautoescape %} {% endif %}
{% include 'pages/article_detail/article_footer.html' %}