---
layout: default
---
{{ page.title | escape }}
{{ content }}
{% for image in site.static_files %}
{% if image.path contains 'images/photography' and image.path contains 'thumb' %}
{% assign filename = image.path | replace: '_thumb', '' %}
{% endif %}
{% endfor %}