{% if data >= 90 %}
수
{% elif data >= 80 %}
우
{% elif data >= 70 %}
미
{% elif data >= 60 %}
양
{% else %}
가
{% endif %}