Introduce 'steps' shortcode

This commit is contained in:
Alex Shpak
2025-08-06 15:16:47 +02:00
parent 2c8c093a30
commit 9b6c1692fc
4 changed files with 94 additions and 13 deletions
+3
View File
@@ -0,0 +1,3 @@
<div class="book-steps {{ with .Get "class" }}{{ . }}{{ end }}">
{{ .Inner }}
</div>