Custom Bootstrap
{% if ret.error %}
{{ ret.error }}
{% else %}
Select Color From Image
{% for one in ret.colors %}
{{ one }}
{% endfor %}
{% endif %}