--- context ---
greeting: echo hello

list: |
  for v in foo bar baz; do
    echo "* $v"
  done
