14 lines
No EOL
362 B
Handlebars
14 lines
No EOL
362 B
Handlebars
<div class="box">
|
|
{{#em-form model=controller submit_button=false}}
|
|
{{em-input
|
|
property="title"
|
|
label="title"
|
|
placeholder="Enter a title..."}}
|
|
{{em-text
|
|
property="description"
|
|
label="description"
|
|
placeholder="Enter a description if you like..."
|
|
rows=4}}
|
|
{{em-form-submit text="next"}}
|
|
{{/em-form}}
|
|
</div> |