Hi @manikanthar1295 , Sling models are nothing but POJO, which includes getters of the properties. Now to have the mapping between your HTML code (which is nothing but the component html/HTL), we can use data-sly-use API, like below<div data-sly-use.nav="org.example.NavigationModel">${nav.foo}</div>...