{% extends "stardate/base_stardate.html" %} {% block title %}{{ blog.name }} post list{% endblock %} {% block body_class %}{{ block.super }} blog_list{% endblock %} {% block content_title %}

{{ blog.name }}

{% endblock %} {% block content %} {% if user.is_authenticated and blog.user == user %}

New post

{% endif %} {% if post_list %} {% else %}

No posts to display.

{% endif %} {% endblock %}