{% extends "base.html" %} {% load staticfiles %} {% block title %}Blogs {% endblock %} {% block content %} {% for blog in blog_list %}

{{ Entry.headline }}

Articles for {{ Entry.pub_date|date:"Y" }}

{{ Entry.headline }}

By {{ Entry.blog.name }}

Published {{ Entry.pub_date|date:"F j, Y" }}

{{ Blog.blog_id}} {% if Blog.title %}: {{Blog.title}}{% else %} {% endif %}

{% endfor %} {% endblock %}