diff --git a/templates/Apps/HeroCraftCardV1/content.hbs b/templates/Apps/HeroCraftCardV1/content.hbs
index 44cc1d4..cc9fa23 100644
--- a/templates/Apps/HeroCraftCardV1/content.hbs
+++ b/templates/Apps/HeroCraftCardV1/content.hbs
@@ -23,4 +23,29 @@
{{/if}}
{{/each}}
+
+
+
+ {{#each craft.flect as | craft |}}
+ {{#if craft}}
+ -
+ {{ craft.name }}
+ {{#if craft.use}}
+
+ {{/if}}
+
+ {{else}}
+
+ {{/if}}
+ {{/each}}
+
diff --git a/templates/Apps/HeroCraftCardV1/style.css b/templates/Apps/HeroCraftCardV1/style.css
index 2b81e63..a0dd159 100644
--- a/templates/Apps/HeroCraftCardV1/style.css
+++ b/templates/Apps/HeroCraftCardV1/style.css
@@ -44,6 +44,7 @@
}
[data-aspect="focus"] { --row: 6; --col: 1; }
+ [data-aspect="flect"] { --row: 6; --col: 2; }
[data-aspect] {
&.aspect-header {