diff --git a/pygeoapi/templates/collections/items/index.html b/pygeoapi/templates/collections/items/index.html
index 62e68f2..5bc19c1 100644
--- a/pygeoapi/templates/collections/items/index.html
+++ b/pygeoapi/templates/collections/items/index.html
@@ -4,7 +4,7 @@
/ {% trans %}Collections{% endtrans %}
{% for link in data['links'] %}
{% if link.rel == 'collection' %} /
- {{ link['title'] | truncate( 25 ) }}
+ {{ link['title'] | string | truncate( 25 ) }}
{% set col_title = link['title'] %}
{% endif %}
{% endfor %}