first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<label>
|
||||
<# if ( data.label ) { #>
|
||||
<span class="butterbean-label">{{ data.label }}</span>
|
||||
<# } #>
|
||||
|
||||
<# if ( data.description ) { #>
|
||||
<span class="butterbean-description">{{{ data.description }}}</span>
|
||||
<# } #>
|
||||
|
||||
<input type="{{ data.type }}" value="{{ data.value }}" {{{ data.attr }}} />
|
||||
</label>
|
||||
Reference in New Issue
Block a user