Im new to umbraco. im trying to display certain section of one template inside another template. for e.g.
1) i have Product page, which lists all the products and few description about them. 2) now i want to show this content to my home page also. i dont want to copy and paste code from product page to home page..as this would require me to do the same if some changes come on product page.
Also, Product page contains child nodes, which automatically displayed by Macro. i just want to display Product page contents to my home page.
Thanks in advance.