{% extends "base.html" %} {% load static %} {% block scripts %} {{ block.super }} {% endblock %} {% block body %} {% include "navbar.html" %}

게시판 수정 (API)

{% if not rsDetail %}

내용이 없습니다!

{% else %}
제목
작성자
내용
목록
{% endif %}
{% include "footer.html" %} {% endblock %}