cancel
Showing results for 
Search instead for 
Did you mean: 

Create a template that inheritance luna

Create a template that inheritance luna

Im trying to create a template that inheritance Luna template.

 

for now I can create my template on theme.xml

<theme xmlns:xsi="....Schema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>Mytemplate</title>
<parent>Magento/Blank</parent>
</theme>

 

but when I activate the template on the backend I got an unformated page without luna's css.

I remember that was possible with magento 1.x and just dont know if it is opssible with 2.x

 

Thanls