teascade-generator/test_page/resources/some_list.toml

11 lines
218 B
TOML
Raw Normal View History

2018-04-20 01:52:48 +02:00
[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"