# File lib/ruote/exp/fe_set.rb, line 264
    def find_kv(atts)

      forbidden = COMMON_ATT_KEYS + %w[ escape over override ]

      atts.find { |k, v| ! forbidden.include?(k) }
    end