presentations/themes/reveal-hugo/layouts/shortcodes/frag.html

4 lines
131 B
HTML
Raw Normal View History

2018-12-07 09:17:49 -06:00
<span class='fragment {{ .Get "class" }}'
{{ with .Get "index" }}data-fragment-index='{{ . }}'{{ end }}>
{{ .Get "c" }}
</span>