{{ gdata.title }}
{% for thumb in thumbnails %}
{{ thumb.title or thumb.url }}
{% if thumb.size %}
{{ thumb.size.width }} x {{ thumb.size.height }}
{% endif %}
{% if thumb.time.accurate %}
Taken:
{{ thumb.time.strftime() }}
{% endif %}
{% endfor %}