gohugoio--hugo
433 B
433 B
title, description, categories, keywords, params, aliases
| title | description | categories | keywords | params | aliases | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| collections.In | Reports whether a value exists within the given slice or string. |
|
|
{{ $s := slice "a" "b" "c" }}
{{ in $s "b" }} → true
{{ $s := "abc" }}
{{ in $s "b" }} → true