Path : WORepetition {
    list = containerPath;
    item = currentContainer;
    index = index;
}

PathItem : XTTitle {
    container = currentContainer;
}

NotFirst : WOConditional {
    condition = firstRepetitionItem;
    negate = true;
}

XtroScripts : XTEssentialScripts {
	hidejQuery = true;
}