my $util="util";
$template={
  limit => $util->integer("limit"),
  include_docs => $util->boolean("include_docs"),
  reduce => $util->boolean("reduce"),
  group => $util->boolean("group"),
  descending => $util->boolean("descending")
};
1;
