mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
8 lines
330 B
HTML
8 lines
330 B
HTML
{{- /* ID */ -}}
|
|
{{- $count := (.scratch.Get "this").count | default 1 -}}
|
|
{{- $id := printf "id-%d" $count -}}
|
|
{{- $count | add 1 | .scratch.SetInMap "this" "count" -}}
|
|
{{- with .content -}}
|
|
{{- dict $id . | dict "data" | dict "config" | merge ($.scratch.Get "this") | $.scratch.Set "this" -}}
|
|
{{- end -}}
|
|
{{- return $id -}}
|