{{ $date := .Site.Data.summary.last_updated }}
{{ if isset .Params "date" }}
{{ $date = .Params.date }}
{{ end }}
{{ $data := index .Site.Data.summary (dateFormat "2006-01-02" $date) }}
{{ with $data.community_transmission }}
{{ humanize . }} Community Transmission
Based on PCR and antigen tests, Howell County’s community transmission rate is {{ . }}.
{{ if or (eq . "high") (eq . "considerable") }}
All individuals should wear masks in indoor public settings.
{{ else }}
Vaccinated individuals do not need to wear masks indoors.
{{ end }}