diff --git a/templates/components.html b/templates/components.html
index ea214631..a9b566cd 100644
--- a/templates/components.html
+++ b/templates/components.html
@@ -1,6 +1,6 @@
{% macro Icon(name, classes="") -%}
{% autoescape false %}
- {{ svg }}
+ {{ name | iconSvg }}
{% endautoescape %}
{%- endmacro %}