LoveIt/layouts/partials/function/id.html

9 lines
323 B
HTML
Raw Normal View History

2020-02-27 13:14:40 +01:00
{{- /* ID */ -}}
{{- /* Content -> unique ID */ -}}
{{- /* shuffle md5 as id */ -}}
{{- $id := delimit (split (md5 now.Unix) "" | shuffle | first 6) "" | printf "id-%s" -}}
{{- with .scratch -}}
{{- dict $id $.content | dict "data" | dict "config" | merge (.Get "this") | .Set "this" -}}
{{- end -}}
2020-02-27 13:14:40 +01:00
{{- return $id -}}