I have HTML Metronic
I created Layout and placed in my project but partials files not working, The paths are correct but nothing appears ???
Hi,
As I understood you properly you are trying to use Metronic Layout Builder exported HTML partials in your app. In this case, you will need to replace the partials path with your server-side languages including function. In PHP you can use the include
or require
built-in functions as explained here.
If you need any further clarifications please do let us know.
Regards