find tag template returns the subtemplate named tag of template.
find tag template
tag
template
find_opt tag template returns Some subtemplate named tag of template, or None if tag does not exist.
find_opt tag template
Some subtemplate
None
Test whether a template is empty or not.
Returns the kind of a template.
No handler variation of output_subtemplate_with.
output_subtemplate_with
output_subtemplate_with f acc print_substring template tag roughly does output_template_with f acc print_substring (find template tag).
output_subtemplate_with f acc print_substring template tag
output_template_with f acc print_substring (find template tag)
No handler variation of output_template_with.
output_template_with
output_template_with f acc print_substring template outputs the contents of template with print_substring.
output_template_with f acc print_substring template
print_substring
Parse a string to template.
The revision number of the representation of parsed_info.
parsed_info
A template can be marshaled separately as parsed_info and a source string.
The dummy handler for output_template_with and output_subtemplate_with.