portfolios_pgp/layouts/shortcodes/fragment.html

3 lines
128 B
HTML
Raw Normal View History

2021-12-31 12:44:26 +01:00
<span class="fragment {{ .Get "class" }}" {{ with .Get "weight" }}data-fragment-index="{{ . }}"{{ end }}>
{{ .Inner }}
</span>