getTemplate()
getTemplate() : string
Get form template
Form template interface
setTemplate(string  $template) : \Pop\Form\Template\TemplateInterface
                Set form template
| string | $template | 
render(\Pop\Form\Form  $form) : string
                Render the form and return the output
| \Pop\Form\Form | $form |