tab.html 162 B

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