| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1080" height="1080" viewBox="0 0 1080 1080" |
| 3 | data-pptx-master="moments_square_master" data-pptx-master-name="Moments Square" |
| 4 | data-pptx-layout="two_column" data-pptx-layout-name="Two Column"> |
| 5 | <rect id="master-background" x="0" y="0" width="1080" height="1080" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="two-column-left-panel" x="100" y="380" width="420" height="500" rx="20" fill="#F4F6F8" |
| 8 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <rect id="two-column-right-panel" x="560" y="380" width="420" height="500" rx="20" fill="#F4F6F8" |
| 10 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <g id="two-column-title-slot" data-pptx-placeholder="title" |
| 12 | data-pptx-bounds="100 110 880 210"> |
| 13 | <text id="two-column-title-carrier" data-pptx-carrier="true" |
| 14 | x="100" y="232" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 15 | font-size="60" font-weight="700">{{PAGE_TITLE}}</text> |
| 16 | </g> |
| 17 | <g id="two-column-left-slot" data-pptx-placeholder="object" data-pptx-idx="1" |
| 18 | data-pptx-bounds="132 412 356 436"> |
| 19 | <text id="two-column-left-carrier" data-pptx-carrier="true" |
| 20 | x="132" y="468" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 21 | font-size="28">{{LEFT_CONTENT}}</text> |
| 22 | </g> |
| 23 | <g id="two-column-right-slot" data-pptx-placeholder="object" data-pptx-idx="2" |
| 24 | data-pptx-bounds="592 412 356 436"> |
| 25 | <text id="two-column-right-carrier" data-pptx-carrier="true" |
| 26 | x="592" y="468" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 27 | font-size="28">{{RIGHT_CONTENT}}</text> |
| 28 | </g> |
| 29 | <g id="two-column-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="3" |
| 30 | data-pptx-bounds="100 940 880 56"> |
| 31 | <text id="two-column-footer-carrier" data-pptx-carrier="true" |
| 32 | x="100" y="980" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif" |
| 33 | font-size="24">{{FOOTER_NOTE}}</text> |
| 34 | </g> |
| 35 | </svg> |
| 36 |