{% block head_extra %}{% endblock %}

{{ page_title or "" }}

{% if page_subtitle %}

{{ page_subtitle }}

{% endif %}
{% if user.picture %} {{ user.name }} {% else %} {{ user.name[0] | upper }} {% endif %}
로그아웃
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}