{
  "titles": {
    "FOO": "This is Foo.",
    "BAR": "This is Bar.",
    "WELCOME_TITLE": "Welcome to #{ keys.APP_NAME }!",
    "DYNAMIC_TITLE": "This is dynamic with #{ vars.foo } with #{ vars.bar } on #{ vars.baz }"
  },
  "keys": {
    "APP_NAME": "hello-world"
  }
}