Render the table groups.
This commit is contained in:
@@ -1 +1,5 @@
|
||||
<table class="org_table"><tbody>{#.children}{>table_row/}{/.children}</tbody></table>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user