@ DocumentNode (location: (1:0)-(8:0))
└── children: (2 items)
    ├── @ ERBBeginNode (location: (1:0)-(7:9))
    │   ├── tag_opening: "<%" (location: (1:0)-(1:2))
    │   ├── content: " begin " (location: (1:2)-(1:9))
    │   ├── tag_closing: "%>" (location: (1:9)-(1:11))
    │   ├── statements: (3 items)
    │   │   ├── @ HTMLTextNode (location: (1:11)-(4:2))
    │   │   │   └── content: "\n  Level 1\n\n  "
    │   │   │
    │   │   ├── @ ERBBeginNode (location: (4:2)-(6:11))
    │   │   │   ├── tag_opening: "<%" (location: (4:2)-(4:4))
    │   │   │   ├── content: " begin " (location: (4:4)-(4:11))
    │   │   │   ├── tag_closing: "%>" (location: (4:11)-(4:13))
    │   │   │   ├── statements: (1 item)
    │   │   │   │   └── @ HTMLTextNode (location: (4:13)-(6:2))
    │   │   │   │       └── content: "\n    Level 2\n  "
    │   │   │   │
    │   │   │   ├── rescue_clause: ∅
    │   │   │   ├── else_clause: ∅
    │   │   │   ├── ensure_clause: ∅
    │   │   │   └── end_node:
    │   │   │       └── @ ERBEndNode (location: (6:2)-(6:11))
    │   │   │           ├── tag_opening: "<%" (location: (6:2)-(6:4))
    │   │   │           ├── content: " end " (location: (6:4)-(6:9))
    │   │   │           └── tag_closing: "%>" (location: (6:9)-(6:11))
    │   │   │
    │   │   │
    │   │   └── @ HTMLTextNode (location: (6:11)-(7:0))
    │   │       └── content: "\n"
    │   │
    │   ├── rescue_clause: ∅
    │   ├── else_clause: ∅
    │   ├── ensure_clause: ∅
    │   └── end_node:
    │       └── @ ERBEndNode (location: (7:0)-(7:9))
    │           ├── tag_opening: "<%" (location: (7:0)-(7:2))
    │           ├── content: " end " (location: (7:2)-(7:7))
    │           └── tag_closing: "%>" (location: (7:7)-(7:9))
    │
    │
    └── @ HTMLTextNode (location: (7:9)-(8:0))
        └── content: "\n"