# File lib/cgikit/template_store.rb, line 83
  def terminate?( template, component )
    terminate_template?(template, component) or \
      terminate_declaration?(template, component)
  end