{{ post.category or l('综合讨论', 'General') }}
{% if post.is_pinned %}{{ l('置顶', 'Pinned') }}{% endif %}
{% if post.is_featured %}{{ l('精华', 'Featured') }}{% endif %}
{% if post.is_locked %}{{ l('锁帖', 'Locked') }}{% endif %}
{% if post.created_at %}
{% endif %}
{{ l('浏览', 'Views') }} {{ post.view_count or 0 }}
{{ l('点赞', 'Likes') }} {{ like_count or 0 }}
{{ l('收藏', 'Bookmarks') }} {{ bookmark_count or 0 }}
{{ post.title }}
{{ post.content|markdown_html }}