- segment_type: "title" content: "Document Title" - segment_type: "subtitle" content: "Document Subtitle" - segment_type: "h1" content: "Introduction" - segment_type: "body" content: "{{ dynamic_intro }}" - segment_type: "h2" content: "Section 1: Details" - segment_type: "body" content: |

This is a static section with an embedded HTML table:

Header 1 Header 2
Data 1 Data 2
- segment_type: "quote" content: "{{ dynamic_quote }}" - segment_type: "h3" content: "Subsection 1.1" - segment_type: "body" content: "{{ dynamic_subsection }}"