diff --git a/components/dynamic-page/page-component/templates/index.ts b/components/dynamic-page/page-component/templates/index.ts
index 2dee7d9..65d4869 100644
--- a/components/dynamic-page/page-component/templates/index.ts
+++ b/components/dynamic-page/page-component/templates/index.ts
@@ -1,7 +1,3 @@
-// Article
-export { default as Article_BasicCard } from './articles/individuals/Card.vue'
-
-export { default as Article_BasicCollection } from './articles/collections/BasicCollection.vue'
// Category
export { default as BasicCategories } from './categories/BasicCategories.vue'
diff --git a/components/dynamic-page/page-component/templates/other/ads/default.vue b/components/dynamic-page/page-component/templates/other/ads/default.vue
deleted file mode 100644
index e07463e..0000000
--- a/components/dynamic-page/page-component/templates/other/ads/default.vue
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/components/dynamic-page/page-component/templates/other/breadcrumb/Default.vue b/components/dynamic-page/page-component/templates/other/breadcrumb/Default.vue
deleted file mode 100644
index efd8bc7..0000000
--- a/components/dynamic-page/page-component/templates/other/breadcrumb/Default.vue
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
- {{ category.title }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/components/dynamic-page/page-component/templates/other/copyLinks/ArticleButton.vue b/components/dynamic-page/page-component/templates/other/copyLinks/ArticleButton.vue
deleted file mode 100644
index 5adfd10..0000000
--- a/components/dynamic-page/page-component/templates/other/copyLinks/ArticleButton.vue
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/components/dynamic-page/page-component/templates/other/index.ts b/components/dynamic-page/page-component/templates/other/index.ts
index a03d302..5cacfad 100644
--- a/components/dynamic-page/page-component/templates/other/index.ts
+++ b/components/dynamic-page/page-component/templates/other/index.ts
@@ -1,9 +1,6 @@
-export { default as Article_Button } from './copyLinks/ArticleButton.vue'
export { default as Article_Detail_Emagazine } from './details/emagazine.vue'
export { default as Article_Detail_Default } from './details/default.vue'
export { default as Article_Detail_Infographics } from './details/infographics.vue'
export { default as Article_Detail_Podcast } from './details/podcast.vue'
export { default as Article_Detail_Video } from './details/video.vue'
-export { default as Default_Breadcrumb} from './breadcrumb/default.vue'
-export { default as ADS_Default } from './ads/default.vue';
export { default as Comment } from './comments/default.vue'
\ No newline at end of file
diff --git a/components/dynamic-page/page-component/templates/other/index.vue b/components/dynamic-page/page-component/templates/other/index.vue
index 591f6c4..a1509af 100644
--- a/components/dynamic-page/page-component/templates/other/index.vue
+++ b/components/dynamic-page/page-component/templates/other/index.vue
@@ -1,7 +1,6 @@