+ + {{ svg_icon( value.icon ) }} + {{ value.category.text }} + +
+ +-
+ {%- for link in value.links %}
+
- + {%- if link.text is not none and link.text.find('@') > -1 -%} + {%- if not value.emails is defined -%} + {%- do value.update({'emails':[{'url':link.text}]}) -%} + {%- endif -%} + {% include 'contact-email.html' with context %} + {%- else -%} + {%- set link_text = link.text if link.text else 'Learn More' -%} + {%- set link -%} + + + {{ link_text }} + + + {{ _('Read answer') }} + + + {%- endset -%} + {{ link | safe }} + {%- endif %} + + {%- endfor %} +