1 2 3 4 5 6 7
{{ title }} {# This is a comment - should not appear in output #} Name: {{ name }} Age: {{ age }} City: {{ city }} Nested: {{ user.name }} Array: {{ items[0] }}