{% block center_column %} {%if entries %} {% autoescape off %} {%for post in entries %} {%if post.category.colour%} {%include 'bootlog/mid_col_post_cat.html'%} {%else%} {%include 'bootlog/mid_col_post_col.html'%} {%endif%} {%endfor%} {% endautoescape %} {% if entries.paginator.num_pages > 1 %} {%endif%} {%else%}

Sorry, Nothing to see here.

{%endif%} {%endblock center_column %}