title, description, date, categories, menu, keywords, signature, workson, hugoversion, relatedfuncs, aliases
| title | description | date | categories | menu | keywords | signature | workson | hugoversion | relatedfuncs | aliases | 
| merge | `merge` deep merges two maps and returns the resulting map. | 2019-08-08 |  |  |  | 
| $params :=  merge $default_params $user_params |  |  | 0.56.0 | 
| dict |  
| append |  
| reflect.IsMap |  
| reflect.IsSlice |  |  | 
An example merging two maps.
Resulting $params:
{{% note %}}
Regardless of depth, merging only applies to maps. For slices, use [append]({{< ref "functions/append" >}})
{{% /note %}}