I want to create a page template might be used in multiple sites.
what I am currently doing is like this
<header class="">
<template data-sly-template.header data-sly-resource="${@path='header', resourceType='sitename/components/content/header'}" </div>
I need to dynamically pass the path so when user navigate to a different site same header should be used.