@if (contentType !== 'none') {
@if (contentType === 'image') { @img.alt } else if (contentType === 'button') { @text } else if (contentType === 'text') { <@textTag class="@contentElement">@text }
}