{% extends 'base.html' %} {% from 'macros.html' import create_post_from, page_counter_thread %} {% block title %} UCHAN /thread №{{thread.id}} {% endblock %} {% block body %}
{{custom_format(thread.message) | safe}}
{{custom_format(posts[i].message) | safe}}
Posts not found. Create a new one
{% endif %} {% endblock %}