--- layout: default ---

{{ page.title }}

{{ page.subtitle }}

{%- if page.summary -%}

{{ page.summary }}

{%- endif -%}
{%- assign featured = page.images | first -%} {%- if page.description or page.featured -%}
{%- if featured -%}
{%- endif -%} {%- if page.description -%}

{{ page.description }}

{%- endif -%}
{%- endif -%}
{%- for img in page.images -%} {%- if forloop.index > 1 -%}
{%- endif -%} {%- endfor -%}
{{ content }}