{{/* Source:https://gitlab.com/Roneo/hugo-shortcode-roneo-collection */}}
{{/* Count how many times we've called this shortcode and load the css if it's the first time */}}
{{- if not ($.Page.Scratch.Get "details_count") -}}
{{- end -}}
{{- $.Page.Scratch.Add "details_count" 1 -}}
{{ .Get 0 | markdownify }}
{{ .Inner | markdownify }}