Carbon_Fields\Field\Html_Field::template PHP Method

template() public method

Underscore template of this field
public template ( )
    public function template()
    {
        ?>
		{{{ html }}}
		<?php 
    }