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

Album 등록

{% csrf_token %}
유형 여행 생활 놀이
제목
이미지
내용
저장 목록
{% include "footer.html" %} {% endblock %}