{% extends 'boards/base.html' %} {% load post_render %} {% load thumbnail %} {% block title %}/{{ board.ln }}/{% endblock title %} {% block content %}
{{ board.decription }}
{% endif %}{% post_render thread %}
{% else %}{% post_render thread %}
{% endif %}No threads yet.
{% endfor %}