{% if meta.production %}
{% else %}
{% endif %}
{% for painting in paintings %}
{% unless painting.title contains "IMG" %}
{{painting.title}}
{% if painting.date %}, {{painting.date}}.{% endif %} {{painting.description}}
{% endunless %}
{% endfor %}
{% for page in pages %}
{{ page.body }}
{% endfor %}
{% for page in pages %}
{{page.title}}
{% endfor %}
See All
{% if meta.production %} {% else %} {% endif %}