{{ post.title }} {{ post.author.get_full_name|default:post.author.username }} {{ post.published_at|date:"Y-m-d H:i" }} {% if post.category %} {{ post.category.name }} {% endif %} 阅读 {{ post.views }} 约 {{ post.get_reading_time }} 分钟 {% for tag in post.tags.all %} {{ tag.name }} {% endfor %} {% if post.cover_image %} {% endif %} {% if toc %} 目录 {% for item in toc %} {{ item.text }} {% endfor %} {% endif %} {{ post.content|safe }} {% if attachments %} 附件下载 {% for file in attachments %} {{ file.original_name }} {% if file.description %}{{ file.description }}{% endif %} {{ file.get_file_size_display }} {{ file.download_count }} 次下载 下载 {% endfor %} {% endif %} {% if prev_post %} ← {{ prev_post.title }} {% endif %} {% if next_post %} {{ next_post.title }} → {% endif %} 分享到: 微博 QQ 复制链接
评论 ({{ comments.count }})
{% for comment in comments %}{{ comment.content }}
{# 回复列表 #} {% for reply in comment.get_replies %}{{ reply.content }}
暂无评论,来说点什么吧!
{% endfor %}