github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/actions/templates/actions.go.tmpl (about)

     1  {{ range $action := .actions }}
     2  // {{$.name.Pascalize}}{{$action.Pascalize}} default implementation.
     3  func {{$.name.Pascalize}}{{$action.Pascalize}}(c buffalo.Context) error {
     4  	return c.Render(http.StatusOK, r.HTML("{{$.name.File}}/{{$action.File}}.html"))
     5  }
     6  {{end}}