{% for image in site.imagemeta %} {% if image.tags contains {{include.topic}} %}
{% if image.thumburl %} {{image.description}} {% else %} {{image.description}} {% endif %} {% if image.author %}
{{image.description}} ({{image.license}} {{image.author}})
{% else %}
{{image.description}}
{% endif %}
{% endif %} {% endfor %}