Create an independent template in shopware4

Hi members, I am a newbie to shopware and also forum. I am starting to create a new template according some custom design and went through the template documentation provided. As I proceed, I wonder if there is a way to create an independent template that is a replica of the standard emotion template but does not depend/extend/inherit from _default/_emotion. May be I can elaborate my issue through this example. The active language & currency blocks are present as widgets in _default and I want them to be seen as separate elements in my template. So, I am unable to decouple these two blocks and as they are widgets in _default template that cannot be changed for upgrade dependency. I would also like to know if there is a separate forum/group for english members. Thank you…

[quote=“saishopware”]Hi members, I am a newbie to shopware and also forum. I am starting to create a new template according some custom design and went through the template documentation provided. As I proceed, I wonder if there is a way to create an independent template that is a replica of the standard emotion template but does not depend/extend/inherit from _default/_emotion. May be I can elaborate my issue through this example. The active language & currency blocks are present as widgets in _default and I want them to be seen as separate elements in my template. So, I am unable to decouple these two blocks and as they are widgets in _default template that cannot be changed for upgrade dependency. I would also like to know if there is a separate forum/group for english members. Thank you…[/quote] Try to create this structure: -emotion_yourTemplate -widgets and copy to the “widgets” directory your widgets that you want to edit.