If I use macros directly in the same liquid file where I invoke the macros, all macros get executed. If I put the macros in separate .liquid file and import them via the include tag, they are not executed for some reason.
I checked if the separate liquid file is found and read by the fluid template engine and that works fine.
If I use macros directly in the same liquid file where I invoke the macros, all macros get executed. If I put the macros in separate .liquid file and import them via the include tag, they are not executed for some reason.
I checked if the separate liquid file is found and read by the fluid template engine and that works fine.