{% extends "base.html" %} {% load static %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %} {% include "navbar.html" %} 게시판 수정 Home 게시판 수정 게시판 수정 {% if not rsDetail %} 내용이 없습니다! {% endif %} {% for i in rsDetail %} 제목 작성자 내용 {{ i.b_note }} 저장 목록 {% endfor %} {% include "footer.html" %} {% endblock %}
내용이 없습니다!