{{ _(title) }}

{%- if subtitle -%}

{{ _(subtitle) }}

{%- endif -%}
{%- if primary_action -%} {{ _(primary_action_label) }} {%- endif -%} {%- if secondary_action -%} {{ _(secondary_action_label) }} {%- endif -%}
{%- if image -%} {{ frappe.render_template('templates/includes/image_with_blur.html', { "src": image, "alt": "", "class": ["hero-image", "contain-image" if contain_image else ""] }) }} {%- endif -%}