{% load static %} {% if use_logo %} {% else %} {{ basic_info.company_name }} {% endif %} Home {% for component, _, title, is_show in components %} {% if is_show %} {{ title }} {% endif %} {% endfor %} {% for component, _, title, is_show in components %} {% if component == "appointment" and is_show %} 예약하기 {% endif %} {% endfor %} {% for item in lang.list %} {% if item == lang.selected %} {% else %} {% endif %} {{ item|upper }} {% endfor %}