| {% extends "base.html.j2" %} | |
| {% block body %} | |
| <h1>TCFD Report({{ meta.fiscal_year }})</h1> | |
| <h2>1. ガバナンス</h2><p>{{ sections.ceo_message }}</p> | |
| <h2>2. 戦略</h2><p>{{ benchmark_summary }}</p> | |
| <h2>3. リスク管理</h2><p>{{ sections.risk_opportunity }}</p> | |
| <h2>4. 指標・目標</h2> | |
| <img src="{{ charts.revenue }}"><img src="{{ charts.renewable }}"><img src="{{ charts.female }}"> | |
| {% endblock %} |