{% 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 | escape }}/{{ state.max_innings | escape }}
{{ state.title | escape }}
{{ state.weather_emoji | escape }} {{ state.weather_text | escape }}
{{ state.away_name | escape }}
{{ state.away_score }}
{{ state.home_name | escape }}
{{ state.home_score }}
OUTS
PITCHER
{{ state.pitcher | escape }}
BATTER
{{ state.batter | escape }}
{{ state.update_emoji | escape }}
{{ state.update_text | escape }}