{# ───────────────────────────────────────────────────────────────────────────── Visual Provenance — figma_to_html_agent/blocks/1171281179/ (frame 8) ───────────────────────────────────────────────────────────────────────────── Frame 8 = "효율적인 정보의 관리와 활용 (What/How/When)" (cards/3-section-framework). 3 sections framework — What (무슨 정보) / How (어떻게 연계) / When (언제 사용). 정보 관리·활용 3관점 병렬 제시 디자인. 본 partial = Track A frame 6 (Codex round 47 V4-zero catalog-completeness activation guardrail). **V4 신호 0** (4 MDX sample 기준). 32-frame all-in scope 채우는 등록 — V4 가 다른 MDX 에서 본 frame 을 추천 시 backend 받음. *V4 endorsement 아님* — V4 = matching authority 보존, Phase Z 는 runtime availability 추가만. 3-layer architecture (matrix §0) : - V4 = matching authority — 본 frame 은 4 MDX 에서 미선택 (UAI/LE/RS = 0). 단 V4 evidence 미 cover 의 MDX 가 추천 시 backend 가 받을 수 있게 등록. - figma_to_html (1171281179) = source/evidence — analysis + texts + index + flat + assets 모두 보유. 본 partial 의 visual base. - Phase Z = runtime — catalog + partial + smoke fixture 추가. PROMOTED — CSS : - 3 section header color (W/H/W = What/How/When framework) - title gradient (zone-title family — F13/F14/F12/F11/F18/F20/F8 등 동일) - card border + bullet markers NOT PROMOTED (P1 case-by-case + preservation guardrail) : - Figma 의 상단 banner / icon / 배경 텍스처 / 장식 image 등 — figma_to_html source evidence 보존, compact zone fit 위해 미 promote ADAPTED : - Figma 50px+ → token-fixed - absolute positioning → Phase Z 3-column grid ───────────────────────────────────────────────────────────────────────────── min_height_px = 320 (F11/F20 와 동등 — 3-column header + body) slots : title, section_1/2/3_label, section_1/2/3_body 4-class status : - class 1 ready (builder reuse + partial + smoke) - class 2 watch (body 5+ bullets per column) #}
{{ slot_payload.title }}
{{ slot_payload.section_1_label | safe }}
{% if slot_payload.section_1_body %} {% for line in slot_payload.section_1_body %}
{{ line.text | safe }}
{% endfor %} {% endif %}
{{ slot_payload.section_2_label | safe }}
{% if slot_payload.section_2_body %} {% for line in slot_payload.section_2_body %}
{{ line.text | safe }}
{% endfor %} {% endif %}
{{ slot_payload.section_3_label | safe }}
{% if slot_payload.section_3_body %} {% for line in slot_payload.section_3_body %}
{{ line.text | safe }}
{% endfor %} {% endif %}