package main // fieldNoteComponent renders an article-style dispatch from the field. templ fieldNoteComponent(data FieldNoteData) {
if data.Image != "" {
} if data.Body != "" {
@templ.Raw(data.Body)
} else {

No dispatch yet — add a body to share what you saw in the field.

}
}