github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/resource/_fixtures/default/templates/widgets/_form.plush.html (about)

     1  <%= f.InputTag("Name") %>
     2  <%= f.TextAreaTag("Desc", {rows: 10}) %>
     3  <button class="btn btn-success" role="submit">Save</button>