How can Eleventy's data cascade be used to automatically inject ARIA labels into navigation links generated from a collection?
When building a site with Eleventy, I want every navigation link generated from a collection to include an appropriate ARIA label so that screen‑reader users receive a clear description of the link’s purpose. Manually adding aria‑label attributes to each template is error‑prone and violates the DRY principle, especially when the same collection is used in mu