{{ post.data.title }}
{{ post.data.description or (post.templateContent | striptags | truncate(160)) }}
{% if post.data.tags %}
{% for postTag in post.data.tags %}
#{{ postTag }}
{% endfor %}
{% endif %}