{% extends "bbs/layout.html" %} {% load bbs_tags %} {% block css %} {% endblock %} {% block content %}
{% include "bbs/include/topic-info.html" %}
{% include 'bbs/modal/topic_comment.html' %}
{% endblock %}