Files
thor/mustache/examples/hello/hello.mustache
T
2026-07-12 15:05:35 -04:00

12 lines
146 B
Plaintext

Hello, {{name}}!
Languages you know:
{{#languages}}
- {{.}}
{{/languages}}
{{#show_footer}}
---
Rendered with odin-mustache.
{{/show_footer}}