{% extends 'templates/main.html' %} {% block title %}{{blogListTitle}}{% endblock %} {% block head %} {% endblock %} {% block content %} {%if table.count != 0 %} {%for blog in table.records%}

{{blog.blogTitle|safe}}

{{blog.gist|safe}}
{%endfor%} {%else%}

Looks like you don't have any blog entries yet; start writing now.

{%endif%} {% endblock %} {% block beforeEndBody %} {% endblock %}