{% extends "base.html" %} {% import editor_macro(request) as editor %} {% block head %} {{ editor.head() }} {% endblock head %} {% block title %}내용관리{% endblock title %} {% block subtitle %}내용관리{% endblock subtitle %} {% block content %}
내용 관리 목록
20자 이내의 영문자, 숫자, _ 만 가능합니다.
내용 {{ editor.body("co_content", content.co_content) }}
모바일 내용 {{ editor.body("co_mobile_content", content.co_mobile_content) }}
{{ get_skin_select('content', 'co_skin', content.co_skin)|safe }}
{{ get_skin_select('content', 'co_mobile_skin', content.co_mobile_skin, device='mobile')|safe }}
{% if head_image and head_image.exists %}
{% endif %}
{% if tail_image and tail_image.exists %}
{% endif %}
목록
{% endblock content %}