hook_test/layouts/shortcodes/fragment.html
2021-12-31 12:44:26 +01:00

3 lines
128 B
HTML

<span class="fragment {{ .Get "class" }}" {{ with .Get "weight" }}data-fragment-index="{{ . }}"{{ end }}>
{{ .Inner }}
</span>