github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/ox/action/templates/actions.go.tmpl (about) 1 package actions 2 3 import( 4 "{{.}}/app/render" 5 ) 6 7 var ( 8 // r is a buffalo/render Engine that will be used by actions 9 // on this package to render render HTML or any other formats. 10 r = render.Engine 11 )