<!-- Adapted from https://discourse.gohugo.io/t/code-tabs-widget/975/7 --> <div class="tab-pane" title="{{ .Get 0 }}"> {{ .Inner | .Page.RenderString }} </div>