hugo-theme-cyberscopes/layouts/shortcodes/pv/fieldset.html

4 lines
103 B
HTML

{{- $name := .Get "name" | default "data" -}}
<div v-scope="Data('{{ $name }}')">
{{ .Inner }}
</div>