mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
feat: Added mustache templating.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Hello, {{name}}!
|
||||
|
||||
Languages you know:
|
||||
{{#languages}}
|
||||
- {{.}}
|
||||
{{/languages}}
|
||||
|
||||
{{#show_footer}}
|
||||
---
|
||||
Rendered with odin-mustache.
|
||||
{{/show_footer}}
|
||||
Reference in New Issue
Block a user