20 lines
333 B
YAML
20 lines
333 B
YAML
nothing-here:
|
|
content: "Nothing Here"
|
|
|
|
welcome:
|
|
content: "Welcome to Kifu"
|
|
|
|
hello:
|
|
parameters:
|
|
name: string
|
|
content: "Hello, ${name}"
|
|
|
|
games-in-database:
|
|
parameters:
|
|
count: count
|
|
content: |
|
|
{$count ->
|
|
[one] There is one game in the database
|
|
*[other] There are ${count} games in the database
|
|
}
|