{% extends "base.html" %} {% block title %}ruthholladay.com{% endblock %} {% block content %} {% load comments %} {%if sticky_post%} {%for post in sticky_post%}

{{ post.post_title }}

Dateline: {{ post.post_issue_date|date:"D d M Y"}}

{{post.post_content|safe}}
{% get_comment_count for post as comment_count %} {%ifequal comment_count 0 %} Leave a comment {%else%} {%ifequal comment_count 1 %} {{ comment_count }} comment {%else%} {{ comment_count }} comments {%endifequal%} {%endifequal%} {%if can_edit%} edit {%endif%}

{%endfor%} {%endif%} {% if next_post_list %}
{% for post in next_post_list %}

{{ post.post_title }}

Dateline: {{ post.post_issue_date|date:"D d M Y"}}

{{post.post_content|safe}}
{% get_comment_count for post as comment_count %} {%ifequal comment_count 0 %} Leave a comment {%else%} {%ifequal comment_count 1 %} {{ comment_count }} comment {%else%} {{ comment_count }} comments {%endifequal%} {%endifequal%} {%if can_edit%} edit {%endif%}

{% endfor %}
<< Older Posts {% ifnotequal page_number 2 %} :: Newer Posts >> {% endifnotequal %}
{% else %}

Dude!!!

You've totally reached the end of the content... What the heck are you doing reading back this far? I'm pretty sure you must be a googlebot.
Newer Posts >>
{%endif%} {%endblock%}