{% extends "components/base.html" %} {% block title %}Notice Detail{% endblock %} {% block main_area %}

{{ notice.title }}


{{ notice.contents|linebreaks }}

작성자: {{ notice.author }}

작성일: {{ notice.created_at|date:"Y-m-d H:i" }}

수정일: {{ notice.updated_at|date:"Y-m-d H:i" }}

Back to Notices {% endblock %}