Bradbev

Results 1 comments of Bradbev

Ah, perhaps the cleanest way is to just not use RenderBody in this case. ``` go // vecty.RenderBody(p) err := vecty.RenderInto("body", p) if err != nil { panic(err) } store.LoadLocalStorage()...