{%- include head.html -%}
{%- include header.html -%}
{% for image in site.images %}
{{ image.title }}
{{ image.caption }}
{% endfor %}
{%- include footer.html -%}