);
diff --git a/src/templates/gengar/Gengar.js b/src/templates/gengar/Gengar.js
index 1b25177c..dcd0bd1a 100644
--- a/src/templates/gengar/Gengar.js
+++ b/src/templates/gengar/Gengar.js
@@ -215,7 +215,7 @@ const Gengar = () => {
);
const ExtraItem = x => (
-
+
{x.key}
{x.value}
diff --git a/src/templates/index.js b/src/templates/index.js
new file mode 100644
index 00000000..261fe54d
--- /dev/null
+++ b/src/templates/index.js
@@ -0,0 +1,27 @@
+import Onyx, { Image as OnyxPreview } from './onyx';
+import Pikachu, { Image as PikachuPreview } from './pikachu';
+import Gengar, { Image as GengarPreview } from './gengar';
+import Castform, { Image as CastformPreview } from './castform';
+
+export default [
+ {
+ key: 'onyx',
+ component: Onyx,
+ preview: OnyxPreview,
+ },
+ {
+ key: 'pikachu',
+ component: Pikachu,
+ preview: PikachuPreview,
+ },
+ {
+ key: 'gengar',
+ component: Gengar,
+ preview: GengarPreview,
+ },
+ {
+ key: 'castform',
+ component: Castform,
+ preview: CastformPreview,
+ },
+];
diff --git a/src/templates/onyx/Onyx.js b/src/templates/onyx/Onyx.js
index 3b7a91f4..914c0766 100644
--- a/src/templates/onyx/Onyx.js
+++ b/src/templates/onyx/Onyx.js
@@ -211,7 +211,7 @@ const Onyx = () => {
);
const ExtraItem = x => (
-
+
| {x.key} |
{x.value} |
diff --git a/src/templates/pikachu/Pikachu.js b/src/templates/pikachu/Pikachu.js
index 2fabc7e9..d3eaa879 100644
--- a/src/templates/pikachu/Pikachu.js
+++ b/src/templates/pikachu/Pikachu.js
@@ -120,7 +120,7 @@ const Pikachu = () => {
);
const ExtraItem = x => (
-