{{- define "schema" -}} {{- end -}} {{ define "bodytag"}} {{ end }} {{- define "main" -}}
{{- partial "news-advert" . -}}
{{- with .Params.cta -}} {{- if eq "search" . -}}
{{- with $.Page.Params.ctatitle -}}

{{- . -}}

{{- end -}} {{- with $.Page.Params.ctamore -}}
{{- . -}}
{{- end -}} {{- $placeholder := "Find a domain name .." -}} {{- with $.Page.Params.placeholder -}} {{- $placeholder = . -}} {{- end -}} {{- $tld := $.Page.Params.tld -}}
{{- partial "searchbox" (dict "placeholder" $placeholder "class" "borcc bor1" "inputclass" "white flex1" "buttonclass" "white" "buttonpadding" "px050" "iconclass" "f5" "tld" $tld) -}}
{{- end -}} {{- if eq "link" . -}}

link here

{{- end -}} {{- end -}} {{- end -}}