# Top comment
top:
  # key comment
  key: value
  # another key comment
  key2:
    # value comment
    value2
  list:
    # list item comment
    - x
    # - y # commented list item

# last comment
