{% extends 'base.html' %} {% from 'macros.html' import show_thread_short %} {% block title%} UCHAN {% endblock %} {% block body%} {% if debug %}
name | last activity |
---|---|
/{{board.name}} | {{board.last_activity_()}} |
... | |
See all |
Boards not found. Create a new one
{% endif %}{{custom_format(post.message) | safe}}
Posts not found
{% endif %} {% endblock %}