--- layout: default title: Items ---
{% include page-title.html %}
{% for item in site.items %} {% comment %} Ommit this file from list, cleanly {% endcomment %} {% if item.title != 'Items' %}

{{ item.title }}

{{ item.description }}


{% endif %} {% endfor %}