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