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

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

{{ settings.subtitle }}
{% 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.locked %}  {% endif %} {% if post.subject %}

{{ post.subject|e }}

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

{% endfilter %}