Table

TitleTitleTitle
Cell Cell Cell
Cell Cell Cell
Cell Cell Cell
<.table >
  <:col>Title</:col>
  <:col>Title</:col>
  <:col>Title</:col>
  <:row>
    <.table_cell>Cell</.table_cell>
    <.table_cell>Cell</.table_cell>
    <.table_cell>Cell</.table_cell>
  </:row>
  <:row>
    <.table_cell>Cell</.table_cell>
    <.table_cell>Cell</.table_cell>
    <.table_cell>Cell</.table_cell>
  </:row>
  <:row>
    <.table_cell>Cell</.table_cell>
    <.table_cell>Cell</.table_cell>
    <.table_cell>Cell</.table_cell>
  </:row>
</.table>
IdUsernameEmailIs Unicorn?
#1 Alice Smith #1 [email protected] false
#2 Carlos Rivera #2 [email protected] true
#3 Eva Müller #3 [email protected] false
#4 Tom Lee #4 [email protected] true
#5 Nina Patel #5 [email protected] false
#6 John Doe #6 [email protected] true
#7 George Wang #7 [email protected] false
#8 Lena Novak #8 [email protected] true
#9 Omar Farah #9 [email protected] false
#10 Sofia Rossi #10 [email protected] true
<.table >
  <:col>Id</:col>
  <:col>Username</:col>
  <:col>Email</:col>
  <:col>Is Unicorn?</:col>
  <:row>
    <.table_cell>#1</.table_cell>
    <.table_cell>Alice Smith #1</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>false</.table_cell>
  </:row>
  <:row>
    <.table_cell>#2</.table_cell>
    <.table_cell>Carlos Rivera #2</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>true</.table_cell>
  </:row>
  <:row>
    <.table_cell>#3</.table_cell>
    <.table_cell>Eva Müller #3</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>false</.table_cell>
  </:row>
  <:row>
    <.table_cell>#4</.table_cell>
    <.table_cell>Tom Lee #4</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>true</.table_cell>
  </:row>
  <:row>
    <.table_cell>#5</.table_cell>
    <.table_cell>Nina Patel #5</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>false</.table_cell>
  </:row>
  <:row>
    <.table_cell>#6</.table_cell>
    <.table_cell>John Doe #6</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>true</.table_cell>
  </:row>
  <:row>
    <.table_cell>#7</.table_cell>
    <.table_cell>George Wang #7</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>false</.table_cell>
  </:row>
  <:row>
    <.table_cell>#8</.table_cell>
    <.table_cell>Lena Novak #8</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>true</.table_cell>
  </:row>
  <:row>
    <.table_cell>#9</.table_cell>
    <.table_cell>Omar Farah #9</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>false</.table_cell>
  </:row>
  <:row>
    <.table_cell>#10</.table_cell>
    <.table_cell>Sofia Rossi #10</.table_cell>
    <.table_cell>[email protected]</.table_cell>
    <.table_cell>true</.table_cell>
  </:row>
</.table>