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

6 lines
169 B
Plaintext
Raw Normal View History

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