{% extends "base.html" %} {% block content %}
{% for c in colours %}
{{ c }}
{% endfor %}
{# Style the links based on one of the tint colours from this image. #} {% if colours | usable_colours | length > 0 %} {% set tint_colour = colours | usable_colours | random %} {% endif %}

try another image

{% endblock %}