{{- /* Modified version of https://github.com/imfing/hextra/blob/v0.10.0/layouts/_shortcodes/details.html */ -}} {{- /* This file overrides the details shortcode of the theme */ -}} {{- $title := .Get "title" | default "" -}} {{- $closed := eq (.Get "closed") "true" | default false -}}
{{ $title | markdownify }}
{{ .InnerDeindent | markdownify }}