diff --git a/templates/pages/parts/function-detail.twig b/templates/pages/parts/function-detail.twig
index 35c1bba8..77955264 100644
--- a/templates/pages/parts/function-detail.twig
+++ b/templates/pages/parts/function-detail.twig
@@ -46,8 +46,8 @@
             {% for tag in function.doc.tags.template %}
               
               {{ tag.name }}
-              {% if tag.bound is not null %} of {tag.bound}{% endif %}
-              {% if tag.default is not null %} = {tag.default}{% endif %}
+              {% if tag.bound is not null %} of {{tag.bound}}{% endif %}
+              {% if tag.default is not null %} = {{tag.default}}{% endif %}
               
               {{ tag.description }}{{ loop.last ? '' : '
' }}
             {% endfor %}