{{#required 'title'}}
{{label 'title'}}
{{else}}
{{#label 'title'}}
{{t 'title_label'}}({{t 'optional'}})
{{/label}}
{{/required}}
{{input 'title' autofocus=true aria-describedby='title-error-notification'}}
{{#validate 'title'}}
{{suggestion_list class='suggestion-list'}}
{{error 'title'}}
{{/validate}}
{{#required 'details'}}
{{label 'details'}}
{{else}}
{{#label 'details'}}
{{t 'details_label'}}({{t 'optional'}})
{{/label}}
{{/required}}
{{wysiwyg 'details' aria-describedby="details-error-notification"}}
{{#validate 'details'}}
{{error 'details'}}
{{/validate}}
{{#required 'topic'}}
{{label 'topic'}}
{{else}}
{{#label 'topic'}}
{{t 'topic_label'}}({{t 'optional'}})
{{/label}}
{{/required}}
{{select 'topic' aria-describedby="topic-error-notification"}}
{{#validate 'topic'}}
{{error 'topic'}}
{{/validate}}
{{#required 'content_tags'}}
{{label 'content_tags'}}
{{else}}
{{#label 'content_tags'}}
{{t 'content_tags_label'}}({{t 'optional'}})
{{/label}}
{{/required}}
{{multiselect 'content_tags' aria-describedby='content-tags-error-notification'}}
{{#validate 'content_tags'}}
{{/validate}}
{{/form}}