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

게시판 수정

{% if not rsDetail %}

내용이 없습니다!

{% endif %}
{% for i in rsDetail %}
제목
작성자
내용
{% endfor %}
{% include "footer.html" %} {% endblock %}