class Asciidoctor::Converter::TemplateConverter
def handles? name
Returns a [Boolean] that indicates whether a Tilt template is registered for the
name - the String template name
Public: Checks whether there is a Tilt template registered with the specified name.
def handles? name @templates.key? name end