Author information:
{% if author.person_page %}
{{ author.name }}
,
{% else %}
{{ author.name }}
,
{% endif %}
{% if author.role %}
{{ author.role }},
{% endif %}
Post information:
{% if item.date %}
,
{% endif %}
{% if item.read_time %}
{{ item.read_time }} min read,
{% endif %}
{% if tag_link_base %}
Related post categories:
{% for tag in item.related_services.all %}
{% include "patterns/atoms/tag/tag.html" with item=tag small=True tag_link_base=tag_link_base %}
,
{% endfor %}