{% for collection in site.collections %} {% if page.collection == collection[0] %} {% include head.html %} {% include sidebar-project.html %}
{% if page.title == "Home" %} {% for collection in site.collections %} {% if page.collection == collection[0] %}

{{ collection[1].title }}

{% endif %} {% endfor %} {% else %}

{{ page.title }}

{% endif %} {{ page.date | date: "Page updated %-d %B %Y at version " }}{{ page.version }} {{ content }}
{% include foot.html %} {% endif %} {% endfor %}