Crumbtrail

The crumbtrail helper iterates parent folders and can be used to create a navigation menu like the one above ^^. If a parent folder does not have an index file it will not be included.

info

Prefer the std::crumbtrail plugin over using this helper directly; see crumbtrails for more information.

Local Variables

Example

{{~#crumbtrail}}
{{title}} = {{{json @href~}}}
{{/crumbtrail}}

Renders as:

UWE = "../../../../"
Documentation = "../../../"
Reference = "../../"
Helpers = "../"
Crumbtrail = ""

Back to Helpers