<html> <head> </head> <div foreach="persons" as="person"> <p foreach="person.items" as="item"> <span key="item"></span> </p> </div> </body> </html>