{% extends "base.html" %} {% from "list.html" import build_list %} {% block content %} {{ build_list(c) }}
{{ c }}