1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-04 23:54:25 +03:00
kangana/application/templates/form/control.mustache

6 lines
169 B
Plaintext

{{! This is a generic form control template. Every form control should use it. }}
<div class="form-group">
<label for="{{name}}">{{label}}</label>
{{>content}}
</div>