items: li { special: .special { text: $element | text(); }? | take(key: "text")?; text: $element | text(); }*; specials: $items | take(key: "special")*; sixth: $items | nth(i: 5);