LIST = [ { "name": "This thing", "crossed": "no" }, { "name": "That thing", "crossed": "no" }, { "name": "That other thing", "crossed": "yes" }, ] CSS = """body { background-color: transparent; color: white; }"""