{% extends "base_sub.html" %} {% block body_html %}

본문 바로가기
{% include "/bbs/newwin.inc.html" ignore missing %}
{% if errors %} {% endif %}

{% block subtitle %}{% endblock subtitle %}

{% block content %} {% endblock content %}
{% if request.state.login_member %} {% include "mobile/bbs/outlogin_after.html" %} {% else %} {% include "mobile/bbs/outlogin_before.html" %} {% endif %} {% include "mobile/bbs/menu.html" ignore missing %} {% include "/bbs/poll.html" ignore missing %} {% include "/visit/basic.html" ignore missing %}

Copyright © {{ request.url.hostname }}. All rights reserved.
{% if request.state.config.cf_analytics %} {{ request.state.config.cf_analytics|safe }} {% endif %} {% endblock body_html %}