#macro(customHtmlInput $id $labelText $autofocus) #end $action.getText("custom.html") customhtml #parse ("/template/includes/actionerrors.vm")
#form_xsrfToken()

$action.getText("customhtml.title")

#customHtmlInput("beforeHeadEnd", $htmlUtil.htmlEncode($!beforeHeadEnd), true)
#customHtmlInput("afterBodyStart", $htmlUtil.htmlEncode($!afterBodyStart), false)
#customHtmlInput("beforeBodyEnd", $htmlUtil.htmlEncode($!beforeBodyEnd), false)
#bodytag ("Submit" "theme='aui'") #param("editMode" "true") #param("submitName" "update") #param("submitValue" "$i18n.getText('update.name')") #end
#parse ( "/breadcrumbs.vm" )