+
+
+
+
+
+
diff --git a/components/dynamic-page/page-component/templates/articles/cards/index.ts b/components/dynamic-page/page-component/templates/articles/cards/index.ts
index c8cabee..0ba58a1 100644
--- a/components/dynamic-page/page-component/templates/articles/cards/index.ts
+++ b/components/dynamic-page/page-component/templates/articles/cards/index.ts
@@ -1,2 +1,4 @@
export { default as Article_Card_Default } from './Card.vue'
-export { default as Article_Card_Audio } from './Audio.vue'
\ No newline at end of file
+export { default as Article_Card_Audio } from './Audio.vue'
+export { default as Article_Card_Video } from './Video.vue'
+export { default as Article_Card_Video_Hightlight } from './VideoBackground.vue'
\ No newline at end of file
diff --git a/components/dynamic-page/page-component/templates/articles/cards/index.vue b/components/dynamic-page/page-component/templates/articles/cards/index.vue
index 81dc114..0acacba 100644
--- a/components/dynamic-page/page-component/templates/articles/cards/index.vue
+++ b/components/dynamic-page/page-component/templates/articles/cards/index.vue
@@ -1,6 +1,6 @@