Blog object {{ blog }} has handle
{
"id": "18d222ca-f0de-8e5e-a212-5be84257b0fc",
"createdAt": "2026-09-04T13:57:37.039Z",
"lang": "en",
"handle": "news",
"title": "News",
"html": "\u003cp\u003eThis is a markdown edited main blog page\u003c/p\u003e\n",
"meta": {
"h1": "News",
"title": "News",
"description": "",
"keywords": "",
"data": null
},
"articles": [
{
"id": "18d222d4-7d20-816e-85b3-994429317097",
"blogId": "18d222ca-f0de-8e5e-a212-5be84257b0fc",
"blog": "news",
"authorId": "18d222a9-b26e-8904-84f9-48a1059c607d",
"author": "Miia Restful",
"published": true,
"createdAt": "2026-09-04T13:58:18.047Z",
"updatedAt": "2026-09-04T13:59:35.192Z",
"publishAt": "2026-09-04T13:59:05.723Z",
"lang": "en",
"handle": "horses",
"title": "Horses",
"meta": {
"h1": "Horses",
"title": "Bears",
"description": "",
"keywords": "",
"data": null
},
"image": {
"src": "iStock_000015604386Large.jpg",
"alt": "",
"alts": null
},
"format": "RTE"
}
],
"publishAt": "2026-09-04T13:57:37Z",
"image": {
"src": "",
"alt": "",
"alts": null
},
"format": "MD",
"text": "This is a markdown edited main blog page",
"published": true
}
blog.articles object {{ blog.articles }} has articles
Liquid
{{ blog.articles | print_r }}
Result
[
{
"id": "18d222d4-7d20-816e-85b3-994429317097",
"blogId": "18d222ca-f0de-8e5e-a212-5be84257b0fc",
"blog": "news",
"authorId": "18d222a9-b26e-8904-84f9-48a1059c607d",
"author": "Miia Restful",
"published": true,
"createdAt": "2026-09-04T13:58:18.047Z",
"updatedAt": "2026-09-04T13:59:35.192Z",
"publishAt": "2026-09-04T13:59:05.723Z",
"lang": "en",
"handle": "horses",
"title": "Horses",
"meta": {
"h1": "Horses",
"title": "Bears",
"description": "",
"keywords": "",
"data": null
},
"image": {
"src": "iStock_000015604386Large.jpg",
"alt": "",
"alts": null
},
"format": "RTE"
}
]
One article {% let firstArticle = blog.articles[0] %} has handle
Liquid
{% let firstArticle = blog.articles[0] %}
{{ firstArticle | print_r }}
Result
{
"id": "18d222d4-7d20-816e-85b3-994429317097",
"blogId": "18d222ca-f0de-8e5e-a212-5be84257b0fc",
"blog": "news",
"authorId": "18d222a9-b26e-8904-84f9-48a1059c607d",
"author": "Miia Restful",
"published": true,
"createdAt": "2026-09-04T13:58:18.047Z",
"updatedAt": "2026-09-04T13:59:35.192Z",
"publishAt": "2026-09-04T13:59:05.723Z",
"lang": "en",
"handle": "horses",
"title": "Horses",
"meta": {
"h1": "Horses",
"title": "Bears",
"description": "",
"keywords": "",
"data": null
},
"image": {
"src": "iStock_000015604386Large.jpg",
"alt": "",
"alts": null
},
"format": "RTE"
}
News
This is a markdown edited main blog page
- Horses
- Read article