{% assign point = include.item %}
{% if point.img %}
{{ point.alt }}
{% endif %}
{% for country in point.country %} {{ site.data.countries[country] }} {% endfor %}

{{ point.title }}

{{ point.author }}

{% if point.tag %}

{{ point.tag }}

{% endif %}

{{ point.para | markdownify }}