class Playbook::PbDocs::KitExample

def source

def source
  @source ||= begin
    extension = type == "react" ? "jsx" : "html.erb"
    read_kit_file("_#{example_key}.#{extension}")
  end
end