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

Your blog is online!

Now try adding some entries!

{% endif %}
{% endblock content %}