on
{% match post.metadata.tags %}
{% when Some with (tags) %}
in
{% for tag in tags %}
{{ tag.name }}{% if !loop.last %},{% endif %}
{% endfor %}
{% when None %}
{% endmatch %}
{% match post.word_count %}
{% when Some with (wc) %}
•
{{ wc|reading_time }} min read
{% when None %}
{% endmatch %}