I have a queston about Components in Layouts. Previously I had code that would pull items like footers into a layout. <component src="footer.html"> </component>
I've noticed after upgrading to 3.5.0 that this is not working. If I copy the same code directly to my template it works, but I cant seem to get it to work in a layout?
I have a queston about Components in Layouts. Previously I had code that would pull items like footers into a layout.
<component src="footer.html"> </component>
I've noticed after upgrading to 3.5.0 that this is not working. If I copy the same code directly to my template it works, but I cant seem to get it to work in a layout?