7 lines
274 B
Handlebars
7 lines
274 B
Handlebars
<div class="form-group">
|
|
<label for="template-html" class="col-sm-2 control-label">Template content (HTML)</label>
|
|
<div class="col-sm-10">
|
|
<div class="code-editor" id="template-html">{{html}}</div>
|
|
<input type="hidden" name="html">
|
|
</div>
|
|
</div>
|