Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
/blogs/{slug}blogs| Variable | Type |
|---|---|
blog | BlogPost |
store | Store |
session | Session |
| Property | Description |
|---|---|
blog.id | Blog ID |
blog.title | Blog title |
blog.slug | URL slug |
blog.snippet | Short summary (HTML) |
blog.content | Full post body (HTML — use | safe) |
blog.published_at | ISO date string |
blog.cover | BlogPostMedia — see below |
blog.seo | SEO metadata |
blog.category | BlogCategoryShort (id, name, slug) — optional |
blog.tags | List of BlogTag (id, name, slug) |
blog.related_posts | List of BlogPost |
blog.recommended_product_ids | List of product IDs |
blog.related_products | List of Product (only present on the detail page when the post has recommended products) |
| Property | Description |
|---|---|
cover.image.full_size | Full-size image |
cover.image.large | Large variant |
cover.image.medium | Medium variant |
cover.image.small | Small variant |
cover.image.thumbnail | Thumbnail |
cover.alt_text | Alt text |