{% apply spaceless %} {% include 'header.html' %} {% include 'navbar.html' %} {{ board }} - Catalog {{ boardlist.top }} {% if config.url_banner %}{% endif %}

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

{{ settings.subtitle }} {% if mod %}

{% trans %}Return to dashboard{% endtrans %}

{% endif %} {% if mod %}

{% trans %}Panic button{% endtrans %}

{% endif %}


{% trans 'Sort by' %}: {% trans ' Image size' %}:

{% for post in recent_posts %}
{% if post.youtube %}
R: {{ post.reply_count }} / I: {{ post.image_count }}{% if post.sticky %} (sticky){% endif %} {% if post.subject %}

{{ post.subject|e }}

{% else %}
{% endif %} {{ post.body }}
{% endfor %}
{% include 'footer.html' %} {% endapply %}