| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" |
| 3 | data-pptx-master="presentation_core_master" data-pptx-master-name="Presentation Core" |
| 4 | data-pptx-layout="two_content" data-pptx-layout-name="Two Content"> |
| 5 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="two-content-left-panel" x="64" y="152" width="552" height="504" rx="12" fill="#F4F6F8" |
| 8 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <rect id="two-content-right-panel" x="664" y="152" width="552" height="504" rx="12" fill="#F4F6F8" |
| 10 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <g id="two-content-title-slot" data-pptx-placeholder="title" |
| 12 | data-pptx-bounds="64 40 1152 72"> |
| 13 | <text id="two-content-title-carrier" data-pptx-carrier="true" |
| 14 | x="64" y="90" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 15 | font-size="36" font-weight="700">{{PAGE_TITLE}}</text> |
| 16 | </g> |
| 17 | <g id="two-content-left-slot" data-pptx-placeholder="object" data-pptx-idx="1" |
| 18 | data-pptx-bounds="88 176 504 456"> |
| 19 | <text id="two-content-left-carrier" data-pptx-carrier="true" |
| 20 | x="88" y="214" fill="#94A3B8" |
| 21 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{LEFT_CONTENT}}</text> |
| 22 | </g> |
| 23 | <g id="two-content-right-slot" data-pptx-placeholder="object" data-pptx-idx="2" |
| 24 | data-pptx-bounds="688 176 504 456"> |
| 25 | <text id="two-content-right-carrier" data-pptx-carrier="true" |
| 26 | x="688" y="214" fill="#94A3B8" |
| 27 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{RIGHT_CONTENT}}</text> |
| 28 | </g> |
| 29 | </svg> |
| 30 |