{% extends "base.html" %} {% load crispy_forms_tags %} {% block head_title %} {{ instance.title }} | {{ block.super }} {% endblock head_title %} {% block post_detail_link %}
  • {{ instance.title }}
  • {% endblock %} {% block content %}
    {% if instance.image %} {% endif %}

    {{ title }} {% if instance.draft %}Draft {% endif %}{{ instance.publish }}

    Read time: {% if instance.read_time <= 1 %} < 1 Minute {% else %}{{ instance.read_time }} minutes {% endif %}

    {% if instance.user.get_full_name %}

    Author: {{ instance.user.get_full_name }}

    {% endif %}


    {{ instance.content|safe }}


    {% endblock content %}