{% if understanding.kicker.is_some() || understanding.topics.is_some() %}
{% if let Some(kicker) = understanding.kicker %}{{ kicker }}{% if let Some(topics) = understanding.topics %}{{ topics }}{% endif %}{% else %}{% if let Some(topics) = understanding.topics %}{{ topics }}{% endif %}{% endif %}
{% endif %}{% if why.is_some() || understanding.interests.is_some() %}Why it's here: {{ why }}
{% endif %}{% if let Some(interests) = understanding.interests %}Matches: {{ interests }}
{% endif %}