{% include head.html %} {% include header.html %} {% include cookie-notice.html %}

Projects

{{ content }}

{% for project in all_pages %} {% assign project_url_end = project.url| slice: -4, 4 %} {% if project.url != "/" and project.url != "/index.html" and project.url != "/sitemap.xml" and project_url_end != ".css" %}

{{ project.title }}

{{ project.description }}

See more
{% endif %} {% endfor %}
{% include scripts.html %}