{% load bleach friendly_url humanize jsonify markdown shortlink %}
{% if entry.photo %}{% endif %} {% if entry.in_reply_to %}{% with reply=entry.reply_context %}
{{ reply.author.name }}
{% if reply.name %}

{{ reply.name }}

{% endif %}
{{ reply.content | bleach }}
{% endwith %}{% endif %}
{% if entry.name %}

{{ entry.name }}

{% endif %}
{{ entry.content | markdown }}
{% if entry.cats.exists %} {% endif %} {% if entry.syndications.exists %} {% endif %}