# File lib/mustache.rb, line 334
  def [](key)
    context[key.to_sym]
  end