{% extends "base.html" %} {% block main %} {% for g in graphs %} {% module GraphBoxPreview(g) %} {% end %} {% end block %}