{{ site.title }}
{{ site.subtitle }}
{% for photo in photos %}
{% if photo.meta.name %}
{{ photo.meta.name }}
{% elif not display.hide_filenames %}
{{ photo.original }}
{% endif %} {% if photo.meta.camera %}
{{ photo.meta.camera }}
{% endif %} {% if photo.meta.film %}
{{ photo.meta.film }}
{% endif %} {% if photo.meta.lens %}
{{ photo.meta.lens }}
{% endif %} {% if photo.meta.location %}
{{ photo.meta.location }}
{% endif %}
{{ photo.meta.date }}
{% if photo.meta.notes %}
{{ photo.meta.notes }}
{% endif %}
{% endfor %}