sigs.k8s.io/kueue@v0.6.2/site/layouts/shortcodes/blocks/content-item.html (about) 1 {{ $url_text := .Get "url_text" }} 2 <div class="col-lg-12 mb-5 mb-lg-0 "> 3 {{ with .Get "title" }}<h4 class="h3 mt-3">{{ . }}</h4>{{ end }} 4 5 <p class="text-muted">{{ .Get "date" }}</p> 6 7 <p class="mb-0">{{ .Inner }}</p> 8 {{ with .Get "url" }}<p><a href="{{ . }}">{{ with $url_text }}{{ $url_text }}{{ else }}{{ "Read" }}{{ end }}</a></p>{{ end }} 9 </div>