satisfeet / jacana

Jacana serves the public online store for satisfeet.
https://jacana.satisfeet.me
0 stars 0 forks source link

Form mixin in jade views #35

Open bodokaiser opened 10 years ago

bodokaiser commented 10 years ago

Something like:

+form(forms.shipment)

would render to:

<form role="form">
  <fieldset>
    <!-- form fields -->
  </fieldet>
</form>

Which would hopefully clean up our form views.