3 / templates:tcfd.html.j2
Corin1998's picture
Upload 17 files
5b82238 verified
raw
history blame contribute delete
411 Bytes
{% 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 %}