github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/topbar/button/more.html (about)

     1  {{- $onempty := cond (isset . "onempty") .onempty "hide" }}
     2  {{- $onwidths := cond (isset . "onwidths") .onwidths "show" }}
     3  {{- $onwidthm := cond (isset . "onwidthm") .onwidthm "show" }}
     4  {{- $onwidthl := cond (isset . "onwidthl") .onwidthl "show" }}
     5  {{- partial "topbar/func/area-button.html" (dict
     6  	"page" .page
     7  	"area" "more"
     8  	"icon" "ellipsis-v"
     9  	"onempty" $onempty
    10  	"onwidths" $onwidths
    11  	"onwidthm" $onwidthm
    12  	"onwidthl" $onwidthl
    13  	"hint" (printf "%s" (T "More-action"))
    14  )}}