{% extends 'base.html' %} {% block main %} {% for post in posts %} {{ post.title }} {% else %} No entries here so far {% endfor %} {% endblock %}