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 e2f8f5d7f6..56a95bb4c9 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,11 +1,15 @@
-

{{ title }}

+

{{ title or '' }}

+ {%- if subtitle -%}

{{ subtitle }}

+ {%- endif -%}
+ {%- if cta_label and cta_url -%} {{ cta_label }} + {%- endif -%}