{% include "_post_header.html" %}
{{ item.post['topic'] }}
{% if item.post.get('title') %}
{{ item.post['title'] }}
{% endif %}
{{ item.post['content'][:300] }}{% if item.post['content']|length > 300 %}...{% endif %}
{% if item.attachments %}
{% include "_attachment_display.html" %}
{% endif %}
{% set _uid = item.post['uid'] %}{% set _my_vote = item.my_vote %}{% set _count = item.post.get('stars', 0) %}{% include "_post_votes.html" %}
💬 {{ item.comment_count }}
↗︎ Open
{% if _show_share %}
{% endif %}
{% if _show_comment_form and user %}
{% endif %}