When the included file doesn't have a unique root element, the parser fails with the "unable to load included template" error message:
<mj-button> Test </mj-button>
<mj-button> Test </mj-button>
It seems like a root node is needed:
<mj-column>
<mj-button> Test </mj-button>
<mj-button> Test </mj-button>
</mj-column>
When the included file doesn't have a unique root element, the parser fails with the "unable to load included template" error message:
It seems like a root node is needed: