{% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% import 'components/avatar.html' as avatar with context %} {% import 'blog/macros.html' as blog with context %} {% block body %}

{{ topic_title }}

{% include 'forum/subscribe_button.html' %}
{# Messages Display #}
{{ blog.show_items(blog_items["items"], expanded=true) }}
{# New Message Section #}

Add your reply

{# Tags #} {# Attachments #}
{# Attachments will be dynamically added here #}
{# Submit Button #}
{% endblock body %}