{% import "./macros/catalog-entry.html" as catalog_entry %} {% import "./macros/post-actions.html" as post_actions %} {% extends "base.html" %} {% block title %}Katalog (/{{ board.id }}/){% endblock %} {% block content %}
{% if let Some(banner) = board.random_banner() %} {% endif %}

Katalog (/{{ board.id }}/)

{{ board.description }}

Index

{% for thread in threads %} {% call catalog_entry::catalog_entry(thread, loop.index, board.config.0.page_size.into()) %} {% endfor %}

{% call post_actions::post_actions(tcx.perms) %}
{% endblock %}