{% macro base(number) -%} src={% if state.bases[number] %}"/static/img/base_filled.png" alt="{{state.bases[number]}}"{% else %}"/static/img/base_empty.png"{% endif %} {%- endmacro %} {% macro out(number) -%} {% if number <= state.outs %}/static/img/out_out.png{% else %}/static/img/out_in.png{% endif %} {%- endmacro %}
Inning: {% if state.display_top_of_inning == true %}🔼{% else %}🔽{% endif %} {{ state.display_inning }}/{{ state.max_innings }}
{{ state.title }}
{{ state.weather_emoji }} {{ state.weather_text }}
{{ state.away_name }}
{{ state.away_score }}
{{ state.home_name }}
{{ state.home_score }}
OUTS
PITCHER
{{ state.pitcher }}
BATTER
{{ state.batter }}
{{ state.update_emoji }}
{{ state.update_text }}