{% load humanize %}
{% if post.cover %} {{ post.title }} {% else %}
{{ post.title|slice:":2"|upper }}
{% endif %} {% if post.is_pinned %} Pinned {% endif %} {% if post.post_type == 'update' %} Update {% endif %}
{% if post.category %} {{ post.category.name }} {% endif %} {{ post.published_at|date:"d M Y"|default:"Draft" }} · {{ post.reading_time }} mnt baca

{{ post.title }}

{{ post.excerpt }}

{{ post.views_count|intcomma }} {{ post.likes_count }} Baca →