Hi, I have a nested shortcode. Strucutre -
{{< docs-code >}}
parent content
{{< docs-code-inner >}}
hi inner content
{{< /docs-code-inner >}}
{{< /docs-code >}}
What I’m trying to achieve is to get parent .Inner in the child shortcode .
so the inner shortcode will have its .Inner
, but how do I also get the parent .Inner in the same file.
I know param is possible by using .Get
.
Thanks