{{name}} — First Aid Information
{% for key, value in result.items() %}
{{ key }}
{% for item in value %}
{{ item }}
{% endfor %}
{% endfor %}