{% if not post_detail and object.shortable %} {{ object.html_short|safe }} {% trans "continue reading" %} {% else %} {{ object.html|safe }} {% endif %} {% if post_detail %} {% bookmarks object %} {% endif %}