6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
<table class="org_table">{#.children}{@select key=.type}
|
|
{@eq value="head"}{>table_head/}{/eq}
|
|
{@eq value="body"}{>table_body/}{/eq}
|
|
{@none}{!TODO: make this panic!}ERROR: Unrecognized type {.type}.{/none}
|
|
{/select}{/.children}</table>
|