diff --git a/pygeoapi/templates/tilematrixsets/tilematrixset.html b/pygeoapi/templates/tilematrixsets/tilematrixset.html
index 9a7e1c0..1181d33 100644
--- a/pygeoapi/templates/tilematrixsets/tilematrixset.html
+++ b/pygeoapi/templates/tilematrixsets/tilematrixset.html
@@ -1,19 +1,18 @@
-{% extends "_base.html" %} {% block title %}{{ super() }} {% trans
-%}TileMatrixSet{% endtrans %} {% endblock %} {% block crumbs %}{{ super() }} /
-{% trans %}TileMatrixSet{% endtrans %}
-{% endblock %} {% block body %}
+{% extends "_base.html" %}
+{% block title %}{{ super() }} {% trans %}TileMatrixSet{% endtrans %} {% endblock %}
+{% block crumbs %}{{ super() }}
+/ {% trans %}TileMatrixSets{% endtrans %}
+/ {{ data['id'] }}
+{% endblock %}
+{% block body %}
+
{{ data['id'] }} tile matrix set
- -
- CRS: {{ data['crs'] }}
-
- -
- Uri: {{ data['uri'] }}
-
- -
- Well Known Scale Set: {{ data['wellKnownScaleSet'] }}
-
+ - CRS: {{ data['crs'] }}
+ - Uri: {{ data['uri'] }}
+ - Well Known Scale Set: {{ data['wellKnownScaleSet'] }}
+
{% endblock %}