{% extends "blog/_base.html" %} {% block main_content %} {% for item in items %} {{ item.title }} {% endfor %}