Tables can be created with the table, row, and column elements.
table
row
column
Example:
table { row { column{ "Username" } column{ output(user.name) } } row { column{ "Password" } column{ "it's a secret" } } }