1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
pages: home: title: "Welcome Home" list: - "Item 1" - "Item 2" - "Item 3" sections: - header: "Section 1" content: "Content 1" - header: "Section 2" content: "Content 2" errors: - "Error 1" - "Error 2" nested: deep: - - "Deep Item 1" - "Deep Item 2"