Using common template for differnt project having different css
Hi Team,
I've multiple sites on my AEM instance with same page structure but different CSS, I want those pages to be created from single template but not sure how to include different css as per site.
E.g. I've three sites A, B, C with css as a.css, b.css & c.css
Template is generic with code as :
<sly data-sly-use.clientLib="${'/libs/granite/sightly/templates/clientlib.html'}">
<clientlib data-sly-call="${clientLib.css @ categories=['clientlibs.a']}" />
Above code works fine for A site, but for B & C I want the css to be changed dynamically.