diff --git a/frappe/website/web_template/section_with_small_cta/section_with_small_cta.html b/frappe/website/web_template/section_with_small_cta/section_with_small_cta.html index 4465fcc153..c385329c7b 100644 --- a/frappe/website/web_template/section_with_small_cta/section_with_small_cta.html +++ b/frappe/website/web_template/section_with_small_cta/section_with_small_cta.html @@ -1,7 +1,9 @@
-

{{ title or '' }}

+ {%- if title -%} +

{{ _(title) }}

+ {%- endif -%} {%- if subtitle -%}

{{ subtitle }}

{%- endif -%}