{{layout/logo-heading title=(localize 'content') desc=(localize 'settings') icon=constants.Icon.Settings}}
{{focus-input id="document-name" type="text" value=docName class=(if hasNameError "form-control mousetrap is-invalid" "form-control mousetrap") placeholder="" autocomplete="off"}}
{{textarea id="document-excerpt" rows="4" value=docExcerpt class="form-control mousetrap" placeholder="" autocomplete="off"}} {{localize 'excerpt'}}
{{ui/ui-button color=constants.Color.Green icon=constants.Icon.Settings label=(localize 'save') light=true onClick=(action "onSave")}}