duster/js/test_cases/sections/main.dust
Tom Alexander f0a69d12b9
First attempt at a section render function.
Running into an issue with generics vs dynamic references.
2020-04-28 20:46:29 -04:00

6 lines
53 B
Plaintext

{#things}
Thing: {.}
{:else}
No things {.}
{/things}