{%- set ns = namespace(elements=[]) -%}
{%- for tag in post.tags -%}
{%- set element = '' ~ tag ~ '' -%}
{%- set ns.elements = ns.elements + [element] -%}
{%- endfor -%}
{{ ns.elements | join('•') }}
{{post.name}}
{{post.description}}
{% if post.image is not none %}
{{post.image.html(site)}}
{%- endif -%}