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

     1  {{ $_hugo_config := `{ "version": 1 }` }}
     2  {{ $color := .Get "color" | default "primary" }}
     3  <div class="pageinfo pageinfo-{{ $color }}">
     4  {{ .Inner }}
     5  </div>