Variable:
{{ plot_info.variable }}
Units:
{{ plot_info.units if plot_info.units else 'dimensionless' }}
Data Shape:
{{ plot_info.shape }}
{% if plot_info.pressure_level %}
Pressure Level:
{{ plot_info.pressure_level }} hPa
{% endif %}
Color Theme:
{{ plot_info.color_theme }}
Generated:
{{ plot_info.generated_time }}