@text greeting = "Hello, world!" @text name = "User" @data info = { "age": 30, "city": "Example City" } @path configPath = "$PROJECTPATH/config.json" # Debug Test File This is a test file with the greeting: {{greeting}} {{name}}! Your age is {{info.age}} and you live in {{info.city}}. Config path: {{configPath}} @text hello = "Hello, world!" @text answer = "42"