Hi all,
I'm trying to modify the Confluence Main Layout template to retrieve values from a page properties macro. My goal is to retrieve those values, should they exist, and include them in the Main Layout template within the head tag.
Specifically, I plan to create a page properties macro with a seoTitle and seoDescription field and then use that to populate the <title> and <meta name="description"> tag.
Can anyone explain how to access the page properties macro from within the layout velocity templates so that I can do the above.
Thanks in advance!