1

In my template I have an h1 I need to have in a specific place in the template. I've added a page metatype and that makes sense:

enter image description here

I can't figure out how to output the value. Seems like it should be extremely easy.

I'm using XML templates and here is where the data lives (I believe):

[1]: https://i.stack.imgur.com/gD

Stephane
  • 1,613
  • 5
  • 20
  • 40

1 Answers1

0

You can do that using anyt kind of Function here in example XSLT function is used. So you have to create function and add it to your xml template

Hope this will help.