6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
{@select key=.type}
|
|
{@eq value="heading"}{>heading/}{/eq}
|
|
{@eq value="section"}{>section/}{/eq}
|
|
{@none}{!TODO: make this panic!}ERROR: Unrecognized type {.type}.{/none}
|
|
{/select}
|