{% filter remove_whitespace %} {# tabs and new lines will be ignored #}

{% if config.poster_ids %} ID: {{ post.ip|poster_id(post.thread) }} {% endif %} No. {{ post.id }}

{% if post.embed %} {{ post.embed }} {% elseif post.file == 'deleted' %} {% elseif post.file and post.file %}

File: {{ post.file }} ( {% if post.thumb == 'spoiler' %} Spoiler Image, {% endif %} {{ post.filesize|filesize }} {% if post.filex and post.filey %} , {{ post.filex}}x{{ post.filey }} {% if config.show_ratio %} , {{ post.ratio }} {% endif %} {% endif %} {% if config.show_filename %} , {% if post.filename|length > config.max_filename_display %} {{ post.filename|truncate(config.max_filename_display) }} {% else %} {{ post.filename }} {% endif %} {% endif %} )

{% endif %} {{ post.postControls }}

{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}


{% endfilter %}