{% if post.category_name %} {{ post.category_name }} {% endif %} {{ post.title }} {{ post.created_at[:10] }} {% if post.author_name %} {% if post.author_avatar %} {% endif %} {{ post.author_name }} {% endif %} {% if post.thumbnail %} {% endif %} {{ post.body | render_blocks | safe }}