LoveIt/layouts/shortcodes/echarts.html

7 lines
284 B
HTML
Raw Normal View History

2020-02-27 13:14:40 +01:00
{{- $scratch := .Page.Scratch.Get "scratch" -}}
{{- $content := .Inner | transform.Unmarshal | jsonify -}}
{{- $id := partial "function/id.html" (dict "content" $content "scratch" $scratch) -}}
<div class="echarts" id="{{ $id }}"></div>
{{- slice $id | $scratch.Add "echartsArr" -}}