@text greeting = "Hello, world!" @data names = { "first": "Hank", "last": "Hankstrom" } ## Test Output This is a simple test file that outputs: {{greeting}} Here's the names: {{names}} Nice to meet you, {{names.first}} {{names.last}} ## More Content This is just some more content to demonstrate that the file works.