diff --git a/templates/index.tpl b/templates/index.tpl
index bba5192..106fea8 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -22,68 +22,4 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-
-
-
-
- {block name='head'}
- {include file='_partials/head.tpl'}
- {/block}
-
-
-
-
- {block name='hook_after_body_opening_tag'}
- {hook h='displayAfterBodyOpeningTag'}
- {/block}
-
-
- {block name='product_activation'}
- {include file='catalog/_partials/product-activation.tpl'}
- {/block}
-
-
-
- {block name='notifications'}
- {include file='_partials/notifications.tpl'}
- {/block}
-
-
-
-

-
- {hook h="displayWrapperTop"}
-
- {block name="content_wrapper"}
-
- {hook h="displayContentWrapperTop"}
- {$HOOK_HOME nofilter}
- {hook h="displayContentWrapperBottom"}
-
- {/block}
-
- {hook h="displayWrapperBottom"}
-
-
-
-
-
-
- {block name='javascript_bottom'}
- {include file="_partials/javascript.tpl" javascript=$javascript.bottom}
- {/block}
-
- {block name='hook_before_body_closing_tag'}
- {hook h='displayBeforeBodyClosingTag'}
- {/block}
-
-
-
+{extends file=$layout}