mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 12:12:39 +00:00
4 lines
231 B
HTML
4 lines
231 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" -}}
|