# File lib/action_view/template.rb, line 79
      def [](path)
        load! unless @loaded
        @paths[path]
      end