{% extends "base.html" %} {% block content %}

Blog Index

{% if blogs %} {% for b in blogs %} {% endfor %}
AuthorTitle
{{b.author.name}}{{ b.title }}
{% else %} No blogs. {% endif %} {% endblock %}