{# {% block post_info %}#} {# {% endblock post_info %}#} {% block post_content %} {% with link=post.is_external_link %}

{% if link %} {{ post.title|typogrify_no_widont }} {% else %} {{ post.title|typogrify_no_widont }} {% endif %}

{{ post.content|safe }}
{% if theme.comments %}
{% if theme.comments != 'intensedebate' %}

Comments

{% endif %} {% include '_comments.html' %}
{% endif %} {% endwith %} {% endblock post_content %}