themen-hugo-35c3-reveal/layouts/shortcodes/fragment.html

4 lines
129 B
HTML
Raw Normal View History

2018-04-30 14:08:32 -05:00
<span class='fragment {{ .Get "class" }}'
{{ with .Get "index" }}data-fragment-index='{{ . }}'{{ end }}>
2018-04-26 17:25:43 -05:00
{{ .Inner }}
</span>