{%- if let Some(url) = url.get() -%}{%- endif -%}
{%- if let Some(image) = image.get() -%} {%- else if let Some(attachment_html) = attachment_html -%}{{ attachment_html|safe }} {%- endif -%}
{{ name }}
{%- if let Some(title) = title.get() -%}
{{ title }}
{%- endif -%} {%- if let Some(subtitle) = subtitle.get() -%}
{{ subtitle }}
{%- endif -%} {%- if let Some(ldtext) = ldtext.get() -%}
{{ ldtext }}
{%- endif -%}
{%- if self.has_footer() -%} {%- endif -%} {%- if url.get().is_some() -%}
{%- endif -%}