{% extends "base.html" %} {% block body %} {% for entry in entries %} {{ modules.Entry(entry) }} {% end %}