{% if g.is_login %}
{{ g.user_info.mb_name }}
포스트 작성
관리자 페이지
로그아웃
{% else %}
로그인
{% endif %}
{% block content %}{% endblock %}