LoveIt/layouts/shortcodes/dev/echarts.html

7 lines
272 B
HTML
Raw Normal View History

2020-02-24 10:00:39 +01:00
{{- $scratch := .Page.Scratch.Get "scratch" -}}
{{- /* shuffle md5 as id */ -}}
2020-01-31 15:53:04 +01:00
{{- $id := delimit (split (md5 .Inner) "" | shuffle) "" | printf "echarts-%s" -}}
2020-02-06 17:10:00 +01:00
<div class="echarts" id="{{ $id }}"></div>
2020-02-24 10:00:39 +01:00
{{- $scratch.SetInMap "echartsMap" $id (printf "{%s}" .Inner) -}}