Navigation

The navigation tag is available on any template and loops through the navigation hierarchy.

Example:

{% navigation parent_url: "/page_url" %}
  <a href="{{ link.url }}">{{ link.title }}</a>
{% endnavigation %}

Options

parent_url

The url of the parent. This will only retrieve children based on the parent.

Variables

Navigation variables can be located here.