summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/id.html
blob: e84ef9c2e24f2ac5474118fcfaa4415235ebe5b8 (plain)
1
2
3
4
5
6
7
8
{{- /* 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 -}}