{% extends "base.html" %} {% load crispy_forms_tags %} {% block head_title %} {{ instance.title }} | {{ block.super }} {% endblock head_title %} {% block post_detail_link %}
Read time: {% if instance.read_time <= 1 %} < 1 Minute {% else %}{{ instance.read_time }} minutes {% endif %}
{{ instance.likes.count }} Like
{% if instance.user.get_full_name %}Author: {{ instance.user.get_full_name }}
{% endif %}