{% filter remove_whitespace %} {% include 'header.html' %} {{ board_name }} - Catalog {{ boardlist.top }}

{{ board.url }} - {{ board.title|e }}

{{ settings.subtitle }}
{% include 'post_form.html' %} {% if config.announcements.show %}
{% endif %} {% trans 'Sort by' %}: {% trans 'Image size' %}:   [{% trans %}Reload{% endtrans %}] {% if config.archive.threads %}[{% trans %}Archive{% endtrans %}]{% endif %} {% if config.feature.threads and config.feature.link_post_page %}[{% trans %}Featured{% endtrans %}]{% endif %}
{% for post in recent_posts %}
{% if post.youtube %}
R: {{ post.reply_count }} / I: {{ post.image_count }} {% if post.sticky %} {% if config.font_awesome %} {% else %} Sticky {% endif %} {% endif %} {% if post.locked %} {% if config.font_awesome %} {% else %} Locked {% endif %} {% endif %} {% if post.bumplocked and (config.mod.view_bumplock < 0 or (post.mod and post.mod|hasPermission(config.mod.view_bumplock, board.uri))) %} {% if config.font_awesome %} {% else %} Bumplocked {% endif %} {% endif %} {% if post.cycle %} {% if config.font_awesome %} {% else %} Cyclical {% endif %} {% endif %} {% if post.subject %}

{{ post.subject|e }}

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

{% endfilter %}