<li>

{% if item.title %}<h4>{{ item.title }}</h4>{% endif %}
{% if item.text %}<div>{{ item.text | markdownify }}</div>{% endif %}
{% if item.claim %}<div>{{ item.claim | markdownify }}</div>{% endif %}

</li>