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

4 lines
131 B
HTML
Raw Normal View History

2018-04-30 21:08:32 +02:00
<span class='fragment {{ .Get "class" }}'
{{ with .Get "index" }}data-fragment-index='{{ . }}'{{ end }}>
{{ .Get "c" }}
</span>