{%- from 'jinja2_macros.html' import construct_toggle_link with context -%} {% set current_day = last_recorded_gametime["day"] %} {% set current_hour = last_recorded_gametime["hour"] %} {% set current_minute = last_recorded_gametime["minute"] %} {% set current_weekday = "BloodDay" if last_recorded_gametime["is_bloodday"] == true else last_recorded_gametime["weekday"] %} {% set bloodmoon_modifier = "is_bloodmoon" if last_recorded_gametime["is_bloodmoon"] == true else "regular_gametime" %} {% set bloodday_modifier = "is_bloodday" if last_recorded_gametime["is_bloodday"] == true else "regular_day" %}