11 lines
No EOL
164 B
Text
11 lines
No EOL
164 B
Text
{
|
|
"test": false,
|
|
"another_test": true,
|
|
"stuff": "more"
|
|
}
|
|
---
|
|
{{ if test }}
|
|
Not Hello World! :C
|
|
{{ else if another_test }}
|
|
Hello World!
|
|
{{ end }} |