github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/layouts/shortcodes/blocks/link-down.html (about)

     1  {{ with .Parent }}
     2  {{ $id := $.Get "id" | default (printf "td-block-%d" ( add .Ordinal 1 ))  }}
     3  {{ $color := $.Get "color" | default "blue" }}
     4  <a class="btn btn-link text-{{ $color }}" href="#{{ $id }}" aria-label="{{ T "ui_read_more"}}"><i class="fa fa-chevron-circle-down" style="font-size: 400%"></i></a>
     5  {{ else }}
     6  {{ errorf "The link-down shortcode is supposed to be nested inside a shortcode"}}
     7  {{ end }}