Carbon_Fields\Field\Time_Field::template PHP Method

template() public method

Prints the main Underscore template.
public template ( )
    public function template()
    {
        ?>
		<div class="input-with-button">
			<input id="{{{ id }}}" type="text" name="{{{ name }}}" value="{{ value }}" class="regular-text carbon-timepicker" />
			<span class="carbon-timepicker-trigger button icon-button dashicons-clock hide-if-no-js"><?php 
        _e('Timepicker', 'crb');
        ?>
</span>
		</div>
		<?php 
    }