- {% if post.yt_vid %} + {% if post.yt_vid and not post.file_type == 2 %} - {% elif post.discord_vid %} -
{% endif %} - {% if post.drawing %} -

+ {% if post.has_line_trun %} +

{{ post.body|truncatechars:200 }}

{% else %} - {% if post.has_line_trun %} -

{{ post.body|truncatechars:200 }}

- {% else %} -

{{ post.body|truncatechars:200|linebreaksbr }}

+

{{ post.body|truncatechars:200|linebreaksbr }}

+ {% endif %} + {% if post.file %} + {% if post.file_type == 1 %} + {% elif post.file_type == 2 %}
+ {% elif post.file_type == 3 %}
+ {% else %}File attached {% endif %} {% endif %} - {% if post.screenshot %}{% endif %} - {% if post.video %}
{% endif %} - {% if post.spoils and not post.is_mine and not post.creator.banned %} + {% if post.spoils and not post.is_mine and not post.creator.banned %}

This post contains spoilers.