fragment.html 224 B

1234
  1. {{/* Render .Inner before processing the shortcode. */}}
  2. {{ $_hugo_config := `{ "version": 1 }` }}
  3. <span class='fragment {{ .Get "class" }}' {{ with .Get "index" }}data-fragment-index='{{ . }}'{{ end }}>{{ .Inner }}</span>