{% include "components/_favicon.html" %}
{% include "components/_nav.html" %}
{% if not request.user.is_authenticated %}
로그인이 필요합니다. NHN Cloud 계정, 테넌트 정보가 있어야 정상 동작합니다.
{% endif %} {% block main_area %}{% endblock %}
{% include "components/_footer.html" %}