{% set palette = ({ "architecture": "aliceblue", "painting": "red", "sculpture": "slategreen" }) %} Artworks - Result 🔍

Artworks placed in {{city}} of authors between {{yearFrom}} and {{yearTo}}

{% for col in header %} {% endfor %} {% for art in values%} {% endfor %}
{{col}}
{{art["surname"]}} {{art["name"]}} {{art["category"]}}