{% block head_extra %}{% endblock %}
{{ page_title or "" }}
{% if page_subtitle %}
{{ page_subtitle }}
{% endif %}
{% if user.picture %}
{% else %}
{{ user.name[0] | upper }}
{% endif %}
{{ user.name }}
{{ user.email }}
로그아웃
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}