${text('模板内容')}
<#form:form id="inputForm" model="${template}" class="form-horizontal2">
 ${text('文件名')}: <#form:input value="${template.filePath}/${template.fileName}" name="fileName" maxlength="255" class="form-control required nofocus" />
<#form:textarea path="fileContent" rows="23" encodeHtml="true" maxlength="990000" class="form-control autoHeight" />