Board with editor

등록
{% if rsBoard %} {% for i in rsBoard %} {% endfor %}
{{i.b_title}}
{{i.b_writer}}
{{i.b_date}}
{% autoescape off %} {{ i.b_note }} {% endautoescape %}
{% else %}

Data 없습니다.

{% endif %}