{% extends "base.html" %} {% block content %} {% if threads %} {% for thread in threads %} {{ thread.title }} [View] {{ thread.text }}