LoveIt/layouts/shortcodes/dev/echarts.html

4 lines
223 B
HTML

<!-- shuffle md5 as id -->
{{- $id := delimit (split (md5 .Inner) "" | shuffle) "" | printf "echarts-%s" -}}
<div class="echarts" id="{{ $id }}"></div>
{{- .Page.Scratch.SetInMap "echartsMap" $id (printf "{%s}" .Inner) -}}