How can I make the child pages to get the shared content from its parent?
Parent Page:
<div>Some parent only content</div>
<div>Some content to share with children</div>
Child Page:
<div>Some child only content</div>
<div>Some content from parent</div>