{% if page.type == 'category' %}

{{ page.title }}

{% elsif page.type == 'tag' %}

#{{ page.title }}

{% else %}

{{ page.type }} archive for {{ page.title }}

{% endif %} {% if page.path contains "photos" %}
{% endif %} {% for post in page.posts %} {% if post.layout == "photo" %} {% include photos.html %} {% else %} {% include articles.html %} {% endif %} {% endfor %} {% if page.path contains "photos" %}
{% endif %}