Carbon_Fields\Field\Separator_Field::template PHP Method

template() public method

Underscore template of this field.
public template ( )
    public function template()
    {
        ?>
		<h3>{{{ label }}}</h3>
		<?php 
    }