Board with editor
등록
{% if rsBoard %}
{% for i in rsBoard %}
{{i.b_title}}
{{i.b_writer}}
{{i.b_date}}
{{i.b_note}}
{% autoescape off %} {{ i.b_note }} {% endautoescape %}
{% endfor %}
{% else %}
Data 없습니다.
{% endif %}