holy/layouts/shortcodes/li.html

5 lines
101 B
HTML

{{- partial "li.html" ( dict
"url" (.Get "href")
"title" (.Get "title")
"subTitle" (.Get "alt")
) -}}