{{ post.title|typogrify_no_widont }} {% if link %}→{% endif %} {% if listpage and post.content_teaser %} {{ post.content_teaser|safe }} Read more → {% else %} {{ post.content|safe }} {% endif %} {% if nav_context in ('post',) %} {# remember that all_posts is sorted such that newer posts have lower indexes #} {% set current_index = all_posts.index(post) %} {% set has_older = (current_index < all_posts|count - 1) %} {% set has_newer = (current_index > 0) %} {% if older_post %} ← {{ older_post.title }} {% else %} {% endif %} {% if newer_post %} {{ newer_post.title }} → {% else %} {% endif %} {% endif %} {% if not listpage and theme.comments %} {% if theme.comments != 'intensedebate' %} Comments {% endif %} {% include '_comments.html' %} {% endif %}
Comments