let render {parameters; _} =
    List.concat_map parameters ~f:(fun (a,b) -> [a; b])