{% extends 'base.html' %} {% from 'macros.html' import captcha_input, page_counter_board %} {% block title %} UCHAN /{{board.name}} {% endblock%} {% block body %}
{{custom_format(board.description) | safe}}
{{custom_format(threads[i].message) | safe}}
{{custom_format(post.message) | safe}}
Threads not found. Create a new one
{% endif %} {% endblock %}