{% extends "base_sub.html" %} {% block body_html %}
본문 바로가기
{% include "/bbs/newwin.inc.html" %}
{% if request.state.login_member %} {% include "mobile/bbs/outlogin_after.html" ignore missing %} {% else %} {% include "mobile/bbs/outlogin_before.html" ignore missing %} {% endif %} {% include "/bbs/menu.html" ignore missing %}
사이트 내 전체검색
{% include "/bbs/popular.html" %}
{% if errors %} {% endif %}

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

{% block content %} {% endblock content %}

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