{% extends "base_sub.html" %} {% block body_html %}
{{ request.state.login_member.mb_nick }} 로그인 중 로그아웃
본문 바로가기
{% if errors %}
{% for error in errors %}
  • {{ errors|safe }}
  • {% endfor %}
    {% endif %}

    {{ request.state.title }}

    {% block subtitle %}관리자메인{% endblock subtitle %}

    {% block content %}{% endblock content %}
    {% endblock body_html %}