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