{% set path = request.url.path %} {% set section = 'gov' %} {% if path.startswith('/lecture-auto') %}{% set section='other' %} {% elif path.startswith('/group') %}{% set section='group' %}{% endif %}
{% if section=='gov' %} {% elif section=='group' %}
준비 중입니다.
{% else %} {% endif %}