2021-09-12 07:44:34 +00:00
|
|
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
2022-06-22 18:32:18 +00:00
|
|
|
{{- partial "shortcodes/expand.html" (dict
|
|
|
|
"context" .
|
|
|
|
"content" .Inner
|
|
|
|
"open" (.Get "open" | default (.Get 1))
|
|
|
|
"title" (.Get "title" | default (.Get 0))
|
|
|
|
) }}
|