mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 12:46:25 -04:00
10 lines
267 B
HTML
10 lines
267 B
HTML
{{- $name := .Get "name" -}}
|
|
|
|
|
|
<li class="flex list-none">
|
|
<span class="inline-flex cursor-default items-center py-1">
|
|
{{- partial "utils/icon" (dict "name" "document-text" "attributes" "width=1em") -}}
|
|
<span class="ml-1">{{ $name }}</span>
|
|
</span>
|
|
</li>
|