<{if $settings.breadcrumbs.enable_breadcrumbs}>
<{include file="components/breadcrumbs.html"}>
<{/if}>
<{$blog_post->getTitle()}>
<{assign var="image" value=$blog_post->getImages()}>
<{include file="components/image.html" image=$image[0] sizes="400,640,768,1024,1536" aspect_ratio="full" object_fit="cover" padding="none"}>
<{if $page_blocks}>
<{include file="components/page-blocks.html"}>
<{else}>
<{include file="components/wysiwyg.html" content=$blog_post->getBody() template=$blog_post}>
<{/if}>
<{t}>Related blog posts<{/t}>
<{include file="components/blog-list.html" template=$webshop columns="3" max="6"}>