Returns the root ancestor of the page.

Usage

{{ page.root }}

Example

<a href="{{ page.root.url }}">
  Go back to {{ page.root.name }}
</a>