# Example Events
    
    ---
    foo: &list
    - hello
    - world
    bar: *list
    --- Goodbye