slide.html 300 B

123456
  1. {{ $non_data_attributes := slice "id" "class" }}
  2. <section data-noprocess data-shortcode-slide
  3. {{ range $key, $value := $.Params }}
  4. {{ $attribute := cond (in $non_data_attributes $key) $key (delimit (slice "data" $key) "-") }}
  5. {{ $attribute | safeHTMLAttr }}="{{ $value }}"
  6. {{ end }}>