{% extends 'boards/base.html' %} {% load post_render %} {% load thumbnail %} {% block title %}/{{ board.ln }}/{% endblock title %} {% block content %}

/{{ board.ln }}/ - {{ board.name }}

{% if board.description %}

{{ board.decription }}

{% endif %}
[Return] [Catalog] [Search]

Archive

{% for thread in threads %}
{% if thread.image %} {% thumbnail thread.image "x300" as im %} {% endthumbnail %}

{% post_render thread %}

{% else %}

{% post_render thread %}

{% endif %}

[Visit]

{% empty %}

No threads yet.

{% endfor %}
{% endblock content %}