Debug:简化 context 排查 Jinja2 500
This commit is contained in:
@@ -112,17 +112,6 @@ body{background:#0f1117;color:#c8cdd4;font-family:-apple-system,BlinkMacSystemFo
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if c.runway_pairs %}
|
||||
<div class="card-runway">
|
||||
<div class="runway-divider"></div>
|
||||
{% for rw in c.runway_pairs %}
|
||||
<div class="runway-row">
|
||||
<span class="runway-label">{{ rw[0] }}</span>
|
||||
<span class="runway-temp">{{ "%.1f"|format(rw[1]) }}°C</span>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user