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