<{assign var="image" value=$blog_post->getImages()}> <{include file="components/image.html" image=$image[0] sizes="750,960,600,750,960" aspect_ratio="16by9" object_fit="cover" padding="none"}>
<{if $layout == 'default'}>

<{$blog_post->getUserName()}>

<{/if}>

<{$blog_post->getTitle()|escape}>

<{if $layout == 'default'}>
<{include file="components/wysiwyg.html" content=$blog_post->getBody() template=$blog_post}>
<{/if}> <{if $layout == 'default'}>
<{t}>Read More<{/t}> <{include file="components/svg.html" class="" width="18" height="18" icon="chevron-right" title="Read more"|t}>
<{/if}>