@if (showButton) { @if (buttonPosition === 'left') {
{{ search_button|raw }}
}
@include("input")
@if (buttonPosition === 'right') {
{{ search_button|raw }}
} } else { @include("input") @include("icon") }