{% if 'naver' in request.state.config.cf_social_servicelist %}
네이버 로그인
{% endif %}
{% if 'kakao' in request.state.config.cf_social_servicelist %}
카카오 로그인
{% endif %}
{% if 'facebook' in request.state.config.cf_social_servicelist %}
페이스북 로그인
{% endif %}
{% if 'google' in request.state.config.cf_social_servicelist %}
구글 로그인
{% endif %}
{% if 'twitter' in request.state.config.cf_social_servicelist %}
{% endif %}
{% if 'apple' in request.state.config.cf_social_servicelist %}
애플 로그인
{% endif %}
{% if 'apple' in request.state.config.cf_social_servicelist %}
애플 로그인
{% endif %}
{#
{% if 'payco' in request.state.config.cf_social_servicelist %}
페이코 로그인
{% endif %}
#}