Files
FixIt/layouts/shortcodes/echarts.html
T
2024-07-21 20:20:39 +08:00

5 lines
273 B
HTML

{{- $options := .Get "width" | default (.Get 0) | dict "width" -}}
{{- $options = .Get "height" | default (.Get 1) | dict "height" | merge $options -}}
{{- dict "Options" $options "Inner" .Inner | partial "plugin/echarts.html" -}}
{{- .Page.Store.Set "hasEcharts" true -}}