$template
$template : string
Form template
Form stream template class
$form : \Pop\Form\Form
Form object
setTemplate(string  $template) : \Pop\Form\Template\Stream
                Set view template with auto-detect
| string | $template | 
render(\Pop\Form\Form  $form) : string
                Render the view and return the output
| \Pop\Form\Form | $form | 
__construct(string  $template) : \Pop\Form\Template\Stream
                Constructor
Instantiate the view stream template object
| string | $template |