{% filter remove_whitespace %} {{ settings.title }} ( /{{ board.title|e }}/ ) {% include 'header.html' %}
{{ boardlist.top }}

{{ settings.title }} (/{{ board.title|e }}/)

{{ settings.subtitle }}
{% if not no_post_form %}
[ {% trans 'Create new thread' %} ]
{% include 'post_form.html' %}
{% endif %}
{% trans 'Sort by' %}: {% trans 'Image size' %}:


{% for post in recent_posts %}
{% if post.youtube %}
R: {{ post.replies }} / I: {{ post.images }}{% if post.sticky %} (sticky){% endif %}{% if post.sage %} (sage){% endif %}{% if (config.reply_limit > 0) and (post.replies >= config.reply_limit) %} (full){% endif %}{% if post.locked %}  {% endif %} {% if post.subject %}

{{ post.subject|e }}

{% else %}
{% endif %} {{ post.body }}
{% endfor %}

{% endfilter %}