목록
{% if g.is_login %}
{{ g.user_info.mb_name }}
포스트 작성
로그아웃
{% else %}
로그인
{% endif %}
{% block content %}{% endblock %}