{% extends "base.html" %} {% import editor_macro(request) as editor %} {% set action_text='수정' if newwin else '입력' %} {% block head %} {% include "datepicker.html" %} {{ editor.head() }} {% endblock head %} {% block title %}팝업레이어 {{ action_text }}{% endblock title %} {% block subtitle %}팝업레이어 {{ action_text }}{% endblock subtitle %} {% block content %}
{% endblock content %}