class Tilt::Mapping

def lookup(ext)

def lookup(ext)
  @template_map[ext] || lazy_load(ext)
end