I can reference items from the variable by key
First name was {{first_name}} and last name was {{last_name}}
Grab entire list var: {{some_list}}
Using dot notation:
{{some_list.0}}
{{some_dict.inside_key}}
{# this is a comment #}