@if (showImage && (imagePosition === 'top' || imagePosition === 'left' || imagePosition === 'right')) { @include("image") }
@if (showHeader) { <@headerTag class="media-heading @header.editorClass @block.blockHeader.classNames @contentElement">@parse(header.content, header) } @if (showImage && imagePosition === 'middle') { @include("image") }
@parse(content.content, content)
@if (showImage && imagePosition === 'bottom') { @include("image") }