{{- $content := .Inner | transform.Unmarshal | jsonify -}} {{- $id := dict "Content" $content "Scratch" .Page.Scratch | partial "function/id.html" -}} {{- $width := cond .IsNamedParams (.Get "width") (.Get 0) | default "100%" -}} {{- $height := cond .IsNamedParams (.Get "height") (.Get 1) | default "30rem" -}}
{{- .Page.Scratch.SetInMap "this" "echarts" true -}}