0👍
✅
You have an array of arrays:
[
[{
"page1": "Company Name"
}], ...
You are trying to access the object before reach it, try: <h2>{{items[0][0].page1}}</h2>
Source:stackexchange.com