{% if post.eyecatch.url %}
{% else %}
No Image
{% endif %}
{{ post.createdAt | truncate(10) }}
{{ post.title }}
{{ post.content | striptags | truncate(80) }}