Files
hugo-book/layouts/_shortcodes/steps.html
2025-08-06 15:16:47 +02:00

3 lines
86 B
HTML

<div class="book-steps {{ with .Get "class" }}{{ . }}{{ end }}">
{{ .Inner }}
</div>