{% match entry.author %}{% when Some with (author) %}{{ author }} · {% when None %}{% endmatch %}{{ entry.source }}{% match entry.publication %}{% when Some with (publication) %} · {{ publication }}{% when None %}{% endmatch %}
{% match entry.summary %}{% when Some with (summary) %}
{{ summary }}
{% when None %}{% endmatch %}{% if !entry.comment_links.is_empty() %}
{% for link in entry.comment_links %}{{ link.label }}{% if !loop.last %} · {% endif %}{% endfor %}