{% extends "blog/blog_base.html" %} {% block content %}
{% if object_list %} {% for entry in object_list %}
{% include "blog/_entry.html" %}
{% endfor %} {% else %}

Your blog is online!

Now try adding some entries!

{% endif %}
{% endblock content %}