--- layout: default ---

{% if page.title != false %}

{{page.title}}

{% endif %} {% if page.description != false %}
{% for item in page.description%}

{{item}}

{% endfor %}
{% endif %}
{% for photo in page.photos%}

{{ photo.description }}

{% endfor %}