2014-11-23 22:26:38 +01:00
|
|
|
{[ if (label) { ]}
|
|
|
|
<label>
|
2017-02-13 09:23:42 +01:00
|
|
|
{{{label}}}
|
2014-11-23 22:26:38 +01:00
|
|
|
</label>
|
|
|
|
{[ } ]}
|
2017-02-13 09:23:42 +01:00
|
|
|
<input name="{{{name}}}" type="{{{type}}}"
|
|
|
|
{[ if (value) { ]} value="{{{value}}}" {[ } ]}
|
2014-11-24 20:35:00 +01:00
|
|
|
{[ if (required) { ]} class="required" {[ } ]} >
|