#HTML Template File MyPage data: ``` using TOML data = """ [database] server = "192.168.1.1" ports = [ 8001, 8001, 8002 ] """; TOML.parse(data) ```