Back to Redis

Field

layouts/shortcodes/field.html

latest180 B
Original Source

{{ if .IsNamedParams }} {{ if (.Page.Param (.Get "key")) }} {{ .Page.Param (.Get "key") }} {{ else }} {{ .Get "default" }} {{ end }} {{ else }} {{ .Page.Param (.Get 0) }} {{ end }}