PMID {{ item.pmid }}
{{ item.title }}
{% if item.journal %}{{ item.journal }}{% endif %}
{% if item.year %} / {{ item.year }}{% endif %}
{% if item.authors %}
{{ item.authors|join(", ") }}
{% endif %}
{% if item.abstract_snippet %}
{{ item.abstract_snippet }}
{% endif %}