11 lines
218 B
TOML
11 lines
218 B
TOML
[meta]
|
|
rendered = ["one_thing", "another_thing"]
|
|
template = "test_page/resources/template.html"
|
|
list_classes = "test_class"
|
|
is_list = true
|
|
|
|
[list.one_thing]
|
|
thing = "jotain"
|
|
|
|
[list.another_thing]
|
|
thing = "jotain muuta" |