Skip to content

YAML (nested, flat)

Babli supports YAML files for nested and flat formats.

hero.title: Hello World
hero.text: This is a description
footer.text: This is a footer text
Hello World: Hello World
This is a description: This is a description
This is a footer text: This is a footer text
hero:
title: Hello World
text: This is a description
footer:
text: This is a footer text